Bypassing password entry

Iain McBride

New Member
Joined
Aug 17, 2018
Messages
38
Hi,
I have a master documents that takes data off approximately 20 other workbooks, however some of these workbooks are password protected.
Is there was way (coding or macros) that entering the passwords can be stopped - as its a pain having to click several boxes to either input (or not) the password.

Thanks
Iain
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
maybe

Code:
application.displayalerts = false
'rest of your macro here
application.displayalerts = true
 
Upvote 0
Thanks for your help. I'll look into those aspects and try and insert coding for the passwords to negate the need for a password to be entered.
Cheers
Iain
 
Upvote 0
Cross posted https://www.excelforum.com/excel-general/1246055-bypassing-password-entry.html#post4976733

While we do not prohibit Cross-Posting on this site, we do ask that you please mention you are doing so and provide links in each of the threads pointing to the other thread (see rule 13 here along with the explanation: Forum Rules).
This way, other members can see what has already been done in regards to a question, and do not waste time working on a question that may already be answered.
 
Upvote 0
I note there is a fundamental difference between your problem descriptions here and at ExcelForum. There you refer to "several other worksheets"; here you refer to "approximately 20 other workbooks". Any solution will depend on using code applicable to the situation you're actually dealing with.
 
Upvote 0
Fair answer Macropod - currently there are about 9 workbooks linked to the master spreadsheet but as our workers go back into schools I envisage there being about 20 linked workbooks in the upcoming month.
 
Upvote 0

Forum statistics

Threads
1,214,944
Messages
6,122,392
Members
449,081
Latest member
JAMES KECULAH

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