Thread: Macro Name
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Richard S. Richard S. is offline
external usenet poster
 
Posts: 2
Default Macro Name

When assigning a macro to a button it by default in 3 files automatically
assigns the file path to the name, for example macro 'fullview' becomes,
'k:\operations\richard\testfile.xls!fullview'. If then you open the file as
readonly none of the marcos work as 'Read Only' is in the title and macro
name does not include this. I've tried recreating the code but it always does
this. Any ideas on how I can stop this from happening?

Thank you in advance for any guidance that you can give.

Richard.