View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
J Shrimps, Jr. J Shrimps, Jr. is offline
external usenet poster
 
Posts: 11
Default Macro attaching itself to spreadsheet

Have a macro in Book1.xls
Had some spreadsheets open,
and ran the macro on one of them.
Somehow the macro got
attached to another spreadsheet
that happend to be open at the time.

Now evertime I run the macro
the unrelated spreadsheet
opens.
If I delete the spreadsheet,
the macro doesn't run.

How can I prevent this?