Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I set password for open workbook (only for write). Now I'm trying open this workbook with macro run in another workbook. I thought its possible like this: Workbooks.Open Filename:="C:\tom.xls", Password:=tom but it dosnt work. Can you help me? Thanks in advance for your help TOM |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
There is a Password parameter and a WriteResPassword parameter. Should not the password string be within double quotes?
|
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks this is good:
Workbooks.Open Filename:="C:\tom.xls", WriteResPassword :="tom" TOM "AA2e72E" píše v diskusním příspěvku ... There is a Password parameter and a WriteResPassword parameter. Should not the password string be within double quotes? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you only need data from a protected workbook, I have
used this: Workbooks.Open Filename:="C:\tom.xls", ReadOnly:=True -----Original Message----- Hello, I set password for open workbook (only for write). Now I'm trying open this workbook with macro run in another workbook. I thought its possible like this: Workbooks.Open Filename:="C:\tom.xls", Password:=tom but it dosnt work. Can you help me? Thanks in advance for your help TOM . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
PAssword protected file will not open | Excel Discussion (Misc queries) | |||
Excel macro to open a password protected workbook | Excel Discussion (Misc queries) | |||
Make Workbook Password protected tp open | Excel Discussion (Misc queries) | |||
Multiple workbook user's with Master workbook - all password protected | Excel Discussion (Misc queries) | |||
Open a password protected excel workbook from second workbook to fetch data using dynamic connection | Excel Programming |