View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default How can I CHANGE VALUE IN A CELL IN A HIDDEN WORKSHEET?

Worksheets("Sheet8").Range("A1").Value = "ABCD"


Need price placing of VBA code and all related
code.


don't know what that means.

--
Regards,
Tom Ogilvy

Marcello do Guzman wrote in message
...
I have a password that is in cell location A1, but the worksheet is
hidden and I can't get to it to change the password. Is there VBA
code or Excel function that I can use to change the password value to
what I want it to be. Need price placing of VBA code and all related
code. Thanks in advance.

Please reply via email to:




thanks,


Marcello