View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Macros reassigned by XL?

You can redo them with code. I suspect it calls the last open workbook
because the existing button was created by the last open workbook. If that
is not the case, then perhaps it is just coincidence that the button was
created when the last open workbook was open. The button's onaction
property stores the fullpath/name for the workbook where the macro is
located and is not changed dynamically (unless you rename the workbook doing
a saveas.

--
Regards,
Tom Ogilvy

"David B. Elson" wrote in message
.. .
Hi,

I'm trying to figure out a way to keep Excel 97 from changing where it

looks
for a macro when called from a button or a menu entry.

I.E.

If there are 2 or more workbooks opened with similar buttons or Menu
entries, Excel seems to default to running macros in the last workbook
opened. After that point, those buttons and menus will only run a macro

if
that last workbook is opened, or all buttons etc. are manually reassigned

to
the macros in the opened book.

It there either a way to prevent this, or to save the assignments somehow

so
they can be restored without having to manually redo each one?

Thanks,
David

--
"We Are Grey. We stand between the dark and the light."