I’m trying to use the 8055 with Excel. Is there an easy way to programme new buttons as only 2 appear on the demo prog. Have got everything else to work ok. Thanks
If you have Excel 2007 then you can check this link:
“Add a button and assign a macro to it in a worksheet”
http://office.microsoft.com/en-us/excel-help/add-a-button-and-assign-a-macro-to-it-in-a-worksheet-HP010236676.aspx
The K8055 demo is written in Excel 2002.
In this older Excel version adding a button is easy.
On the main menu click View -> Toolbars -> Forms to show the Forms Toolbar.
Select the Button icon and draw a button on the worksheet.
Immediately when you let go of your button, the Assign Macro dialog will pop up.
Select the macro you wish to assign, then click OK.
Or select New to write new macro.
Excel seems to put the new macro to a new place called “Module2”.
You may either copy the K8055D.DLL declarations from Module1 to Module2 or copy the new macro to Module1.
You have to have the Project Explorer window visible in the VBA editor to select the Modules by double click.
If the Project Explorer is not visible select it from the View menu.
Alternatively click the “Restore Window” button on the right top corner of the VBA editor window.
Here one more link to check: http://www.ehow.com/how_7159986_add-buttons-excel-spreadsheet.html
Thanks for the suggestions Lechat