View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
onedaywhen onedaywhen is offline
external usenet poster
 
Posts: 459
Default Disabling Macros After A Save To A Different Filename

You could have a boolean value in a cell, on a hidden sheet perhaps.
All your top level procedures (e.g. Workbook_Open) could check this
value; if it's True the procedure executes normally. Your 'routine
that poles a client' could set this value to False, effectively
disabling the macros.

R3df1sh wrote in message ...
I have a routine that poles a client for a filename then saves the
document in the client's designated folder. Is there a way to disable
or strip the macros/userforms from being run when viewing this
alternately created folder through that save macro? Possibly poling the
file name before run? I would like them to be able to view this newly
created file without being run through the entry form. Any help is
greatly appreciated. I don't have the luxury of making it an add-in, it
must stay self contained in the origional form. Any help is greatly
appreciated.
Thanks in Advance


------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~View and post usenet messages directly from http://www.ExcelForum.com/