cycle_simon
Board Regular
- Joined
- Jun 13, 2007
- Messages
- 56
This is probably trivial, but I'm new to Excel developoment and haven't been able to track down a solution in any documentation.
I have setup a custom toolbar in an application I have been working on and attached it to the workbook.
I have created and saved a number of versions of the workbook over time as I have added/debugged features. However, the assigned macros to the toolbar buttons keeps reverting back to a file name reference of an older version of the workbook. I.E.:
When I go to the button properties and open the assign macro dialogue box it will have:
c:/ ..../old version.xls!macro_name
instead of
c:/ ..../new version.xls!macro_name
I have deleted the toolbar from Excel11.xlb, but can't figure out where/how it is still finding these old references.
Any suggestions??
I have setup a custom toolbar in an application I have been working on and attached it to the workbook.
I have created and saved a number of versions of the workbook over time as I have added/debugged features. However, the assigned macros to the toolbar buttons keeps reverting back to a file name reference of an older version of the workbook. I.E.:
When I go to the button properties and open the assign macro dialogue box it will have:
c:/ ..../old version.xls!macro_name
instead of
c:/ ..../new version.xls!macro_name
I have deleted the toolbar from Excel11.xlb, but can't figure out where/how it is still finding these old references.
Any suggestions??