Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How to Unlock Excel Workbook protected by MACRO Password

Hello Everyone,

I have an Excel Workbook protected by macros password. When click on file icon system ask for password (so can not run any macro during the process)

Can anybody help to open this file ? File size is 18.00 MB

Your help will be highly appreciate.

Thank you in advance.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,514
Default How to Unlock Excel Workbook protected by MACRO Password

Hello Everyone,

I have an Excel Workbook protected by macros password. When click on
file icon system ask for password (so can not run any macro during
the process)

Can anybody help to open this file ? File size is 18.00 MB

Your help will be highly appreciate.

Thank you in advance.


Ctrl+F8 will open the macros dialog so you can access macros in
ThisWorkbook. Otherwise, ask whomever put the password on the VBA
project to provide you with it if you're authorized to access the
project.

On the other hand.., if you want help to break into someone's VBA
project then buy professional software to do this because it's not
likely anyone here with any degree of credibility will help you if you
don't have permission from the author of the project!<g

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default How to Unlock Excel Workbook protected by MACRO Password

On Friday, October 31, 2014 5:12:11 AM UTC+5:30, GS wrote:
Hello Everyone,

I have an Excel Workbook protected by macros password. When click on
file icon system ask for password (so can not run any macro during
the process)

Can anybody help to open this file ? File size is 18.00 MB

Your help will be highly appreciate.

Thank you in advance.


Ctrl+F8 will open the macros dialog so you can access macros in
ThisWorkbook. Otherwise, ask whomever put the password on the VBA
project to provide you with it if you're authorized to access the
project.

On the other hand.., if you want help to break into someone's VBA
project then buy professional software to do this because it's not
likely anyone here with any degree of credibility will help you if you
don't have permission from the author of the project!<g

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion


Hi Gerry,

Thanks for your reply.

Ctrl+F8 function can't work, when we click file logo, immediately password asking window opens and none of other functions works.

This is my own file, few months ago,i tried VBA password to learn strong protection. Unfortunately i forgot to save password. Now when i need data of this file, i am helpless.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,514
Default How to Unlock Excel Workbook protected by MACRO Password

On Friday, October 31, 2014 5:12:11 AM UTC+5:30, GS wrote:
Hello Everyone,

I have an Excel Workbook protected by macros password. When click
on file icon system ask for password (so can not run any macro
during the process)

Can anybody help to open this file ? File size is 18.00 MB

Your help will be highly appreciate.

Thank you in advance.


Ctrl+F8 will open the macros dialog so you can access macros in
ThisWorkbook. Otherwise, ask whomever put the password on the VBA
project to provide you with it if you're authorized to access the
project.

On the other hand.., if you want help to break into someone's VBA
project then buy professional software to do this because it's not
likely anyone here with any degree of credibility will help you if
you don't have permission from the author of the project!<g

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion


Hi Gerry,

Thanks for your reply.

Ctrl+F8 function can't work, when we click file logo, immediately
password asking window opens and none of other functions works.

This is my own file, few months ago,i tried VBA password to learn
strong protection. Unfortunately i forgot to save password. Now when
i need data of this file, i am helpless.


Ok, I'm confused now! Do you require a password to open the file, AND a
password to view the VBA project once the file opens?

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default How to Unlock Excel Workbook protected by MACRO Password

On Saturday, November 1, 2014 11:11:04 AM UTC+5:30, GS wrote:
On Friday, October 31, 2014 5:12:11 AM UTC+5:30, GS wrote:
Hello Everyone,

I have an Excel Workbook protected by macros password. When click
on file icon system ask for password (so can not run any macro
during the process)

Can anybody help to open this file ? File size is 18.00 MB

Your help will be highly appreciate.

Thank you in advance.

Ctrl+F8 will open the macros dialog so you can access macros in
ThisWorkbook. Otherwise, ask whomever put the password on the VBA
project to provide you with it if you're authorized to access the
project.

On the other hand.., if you want help to break into someone's VBA
project then buy professional software to do this because it's not
likely anyone here with any degree of credibility will help you if
you don't have permission from the author of the project!<g

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion


Hi Gerry,

Thanks for your reply.

Ctrl+F8 function can't work, when we click file logo, immediately
password asking window opens and none of other functions works.

This is my own file, few months ago,i tried VBA password to learn
strong protection. Unfortunately i forgot to save password. Now when
i need data of this file, i am helpless.


Ok, I'm confused now! Do you require a password to open the file, AND a
password to view the VBA project once the file opens?

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion


Hi Gerry,

Yes, I gorgot password. Is there any trick in VBA to recall password ? If you permit, i can send your password protected excel file through email. it is 18MB size.




  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,514
Default How to Unlock Excel Workbook protected by MACRO Password

Yes, I gorgot password. Is there any trick in VBA to recall password
? If you permit, i can send your password protected excel file
through email. it is 18MB size.


It's better if you upload the file to a public share site (Box,
OneDrive, for example), then post a download link.

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
macro to unlock and lock cells in password protected sheet Chris Excel Discussion (Misc queries) 3 February 26th 10 09:06 PM
Excel macro to open a password protected workbook Stephen C Excel Discussion (Misc queries) 8 December 1st 08 05:36 AM
how do i password protect an .xls file? how do i unlock it for automation. e.g. want to unlock and access a .xls from another .xls macro. Daniel Excel Worksheet Functions 1 June 24th 05 02:59 PM
How do I unlock a spreadsheet that is password protected? Moke Excel Worksheet Functions 4 April 26th 05 03:27 AM
Excel locks when trying to unlock a password protected project (in VBA). Paul Excel Programming 1 September 16th 04 01:12 AM


All times are GMT +1. The time now is 12:25 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"