Page 1 of 1

Add Button with ControlsObjects

Posted: Tue Feb 11, 2020 12:22 pm
by Berwer
Hallo

in an older Version of XLSReadWrite I added a Button to an XLS-File with XLSRW.Sheets[3].ControlsObjects.Button.Add

in my new Version (XLSReadWriteII5) this does not work, ControlsObjects could not be found.

What is my mistake, wrong installation?

What can I do?

How can I install a Button,

Thanks, Berwer

Re: Add Button with ControlsObjects

Posted: Wed Feb 12, 2020 10:48 am
by larsa
Hello

Use:

Code: Select all

XLS.BIFF.Sheet[0].ControlsObjects.Buttons.Add;
Controls works only with XLS files.