View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Hunter O'Connell Hunter O'Connell is offline
external usenet poster
 
Posts: 3
Default Sticky filepaths at Assign Macro step

When I assign a macro to a tool, the filepath appears to be relative,
i.e. '[filename]'![macroname].

When I move the file or e-mail it, it will read '[driveletter]\
[foldername]\[filename]'![macroname].

Is there code to make the filepath remain relative, as in the first
example above?