Hi I have a workbook that is saved with a password.
I want to create a macro that will opne up this file because it know
the password, eg:
Dim password
password = "letmein"
Dim path
Dim filename
Workbook.open = path & filename 'With password!
Can anyone help with this
--
Message posted from
http://www.ExcelForum.com