How to remove path from macro reference

S

seppo

When I move a workbook to another location and call a macro, it might still
refer to the old location and will not work.
I would like my macros saved without path. Please, advise me.
sn
 
P

patrickcairns

Code the macro in the sheet rather then a module. This way when the
sheet is moved the code moves with it.
 
P

patrickcairns

Code the macro in the sheet rather then a module. This way when the
sheet is moved the code moves with it.
 
Top