View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim[_78_] Jim[_78_] is offline
external usenet poster
 
Posts: 5
Default Password for running Macro

cracked it; please ignore!

"Jim" wrote in message
...
I need to hide and unhide some columns using a macro and then prompt for a
password when unhiding. I used the protect worksheet function and set a
password, and this worked fine. My user has now informed me that the
protect worksheet will already be in use.....

so now I just need to have a macro that hides some columns, but the unhide
is prompted by a password. Is this possible without using the protect
worksheet function?