Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to write code to open a file that has a known password.
Coudl you help me over this hurdle? Here is the file path and password. Name and path = "G:\DPE-IPE\DPE REVISIONS\New Dpe.xls" Password = "Monkey" Thanks, Jay |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
Workbooks.open "G:\DPE-IPE\DPE REVISIONS\New Dpe.xls", Password:="Monkey" regards Paul |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Apr 28, 9:37*am, wrote:
Hi Workbooks.open "G:\DPE-IPE\DPE REVISIONS\New Dpe.xls", Password:="Monkey" regards Paul Paul, I am sorry I did not explain this very well. I ahve the workbook in question password protected to make changes not to open. Anyone can open the file, but you need a password to modify or make changes. I want the macr to do all of the changes to the sheet to eliminate human error. How do you do this? Thanks in advance, Jay |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Check your other post.
jlclyde wrote: I am trying to write code to open a file that has a known password. Coudl you help me over this hurdle? Here is the file path and password. Name and path = "G:\DPE-IPE\DPE REVISIONS\New Dpe.xls" Password = "Monkey" Thanks, Jay -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I forgot my password to open an excel document, how do I open it? | Excel Discussion (Misc queries) | |||
Excel VBA open with Password | Excel Discussion (Misc queries) | |||
PASSWORD REMOVAL I have the password to open the file and the password to modify the file now how to remove them | Excel Programming | |||
I Lost my excel password How can I open it? | Excel Discussion (Misc queries) | |||
open password protected Excel doc | Excel Programming |