Help: Error when opening a password protected workbook

  • Thread starter Thread starter sam
  • Start date Start date
S

sam

Hi All,

I am trying to pull some info from a password protected workbook to populate
some fields in my userform which is in a seperate workbook but it gives me an
error:
"C:\Documents\NewWorkbook" cannot be found. Check your spelling, or try a
different path

Here is my code to access the workbook:
Workbooks.Open "C:\Documents\NewWorkbook", False, False, , "password12"

Am i missing something here?

Thanks in Advance.
 
I tested and found NewWorkbook will open without the extension included
in the code.

2003 and 2007 testing.


Gord
 
Maybe it was a different spelling error.

In WinXP, it's "C:\my documents" (vista uses C:\documents, IIRC).
 
Back
Top