doing workbook.password for another file without opening it

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
If you are not opening the file, then what is the point of applying the password?
You apply the password to open the file, so if you do not want to open the file, then what would you be doing with the password and why?
What is the end goal here?
 
Upvote 0
Thanks for your reply. I see your point. But what I want to practice or thought I can do, is for example, print a file without opening it, protect a workbook without open it, unprotected a workbook without opening it. Thanks once again
 
Upvote 0
Why the aversion to opening it up to work on it?

Since you are using VBA anyway, it should be easy enough to open the file, do what you need to do, then close the file again.
So the file would only be open briefly, while the VBA code runs.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,381
Messages
6,124,614
Members
449,175
Latest member
Anniewonder

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top