Thanks for the reply Leith,
I was afraid that doing this would take an API call. However, doing some more
digging in the Excel VBA help I found a listing for a CommandBarButton Click event. But I haven't been able to get the example given in the Excel Help to work. I am using Excel 2000 running on Windows XP
The example from VBA help is below:
Click Event Example
The following example creates a new command bar button on the File menu of the host application that enables the user to save a workbook as a comma-separated value file. (This example works in all applications, but the context of saving as CSV is applicable to Microsoft Excel.)
The preceding example relies on the following code, which is stored in a class module in the VBA project.
Any insight as to how to get this to work would be apprecaited.
Thanks
Bookmarks