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
Add Button with ControlsObjects
Re: Add Button with ControlsObjects
Hello
Use:
Controls works only with XLS files.
Use:
Code: Select all
XLS.BIFF.Sheet[0].ControlsObjects.Buttons.Add;
Lars Arvidsson, Axolot Data