Transferspreadsheet password

C

Chuck Markson

I have excel spreadsheets with passwords, Can I somehow
send teh password throught the macro so I can impoer the
files with out changindg every file to not have a password.

Thanks, Chuck
 
K

Ken Snell

No. You'd need to directly manipulate the EXCEL files via Automation (using
VBA code) to open the files with the passwords and then write the data into
the file directly, or to open and resave the files without the passwords,
run the TransferSpreadsheet action, and then open and resave the file with
the password.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top