I have an add-in which when it loads will open a specific workbook and read information from it. This information is then used to name a control button. What is happening is that a custom menu has a sub menu with controls which include specific information thus:
[tt]
Custom menu -->
Sub menu -->
Available hours = 323
Next start date = 12/03/06
[/tt]
At the click of a button I would like the information to update. This means I have to either delete and reinstall the controls with new information or rename them with the new information.
I used the macro recorder to generate code to delete the controls but when I run the VBA it doesn't work.
Any answers?
Or maybe an alternate solution for displaying this info without having a workbook open. I've found that most people can't function in Excel with multiple workbooks open, especially if the open workbook is not maximized.
[tt]
Custom menu -->
Sub menu -->
Available hours = 323
Next start date = 12/03/06
[/tt]
At the click of a button I would like the information to update. This means I have to either delete and reinstall the controls with new information or rename them with the new information.
I used the macro recorder to generate code to delete the controls but when I run the VBA it doesn't work.
Any answers?
Or maybe an alternate solution for displaying this info without having a workbook open. I've found that most people can't function in Excel with multiple workbooks open, especially if the open workbook is not maximized.