Using a VBA command, how do I open an Excel Workbook, that requires a password to open?
I am creating an automated mailmerge project using VBA in Word. I'm using an Excel Workbook as the datasource, but the workbook requires a password to open. I either need to be able to send the password in the "OpenDataSource" method OR open the Excel Workbook, save a copy without a password so mailmerge can access it, run the mailmerge, then delete the copy.
I am creating an automated mailmerge project using VBA in Word. I'm using an Excel Workbook as the datasource, but the workbook requires a password to open. I either need to be able to send the password in the "OpenDataSource" method OR open the Excel Workbook, save a copy without a password so mailmerge can access it, run the mailmerge, then delete the copy.