Try reassigning the macro to the button (or object) that starts your macro.
Thanks Dave.
I reassigned the names and all is fine.
However, each time I email the spreadsheet the same thing happens. I
can't be reassigning each time. What can I do to 'lock' the workbook
so that I don't lose my assignments?
Thanks.
> Try reassigning the macro to the button (or object) that starts your macro.
>
[quoted text clipped - 11 lines]
>
> Dave Peterson
Dave Peterson - 29 Jan 2008 16:41 GMT
Depending on where those buttons are, you have a couple of different options.
If you built a custom toolbar, then I'd replace it with a routine that builds
the toolbar when the workbook opened.
If you used a button from the Forms toolbar, then I'd replace it with a
commandbutton from the control toolbox toolbar.
Or maybe write code that changes the .onaction to point at the correct macro.
Hard to know what you're doing...
> Thanks Dave.
>
[quoted text clipped - 21 lines]
> >
> > Dave Peterson

Signature
Dave Peterson