Hey guys,
I want to place password to modify on a workbook, Excel97. I want to however, be able to write some code that will allow my user to open the workbook, write data to it from a form I have built, the close the workbook from the form and it will save it. Here's what i've written, but it still prompts for the password. I wanted it to enter it from the code. Is this not possible?
Thanks for any help in advance.
MrsTFB in Tennessee
Workbooks.Open FileName:="\\APCOM_1\SYS\GROUP\QA\EXCEL97\97SQC\97DATA\WH9HC.XLS", UpdateLinks:=0, PASSWORD:="rae"
I want to place password to modify on a workbook, Excel97. I want to however, be able to write some code that will allow my user to open the workbook, write data to it from a form I have built, the close the workbook from the form and it will save it. Here's what i've written, but it still prompts for the password. I wanted it to enter it from the code. Is this not possible?
Thanks for any help in advance.
MrsTFB in Tennessee
Workbooks.Open FileName:="\\APCOM_1\SYS\GROUP\QA\EXCEL97\97SQC\97DATA\WH9HC.XLS", UpdateLinks:=0, PASSWORD:="rae"