Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default new macro problem with password protected worksheet

I have a program that creates excel spreadsheets that have passwords to
protect the code behind. This is preventing users from adding their own
macros because when you go to record a new macro, it asks for the vba
project password. Is there any way to get around this?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default new macro problem with password protected worksheet

No, not in the same workbook if you have protected the project.

When they record their macros, they could choose to use a "new workbook" or
the Personal workbook. but you can't use thisworkbook

--
Regards,
Tom Ogilvy


"ckoch" wrote in message
oups.com...
I have a program that creates excel spreadsheets that have passwords to
protect the code behind. This is preventing users from adding their own
macros because when you go to record a new macro, it asks for the vba
project password. Is there any way to get around this?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default new macro problem with password protected worksheet

I see. That works for me. Do you know under what circumstances you
would get this message when trying to record a new macro and selecting
Personal Workbook?
"Personal macro workbook in the startup folder must stay open for
recording"

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default new macro problem with password protected worksheet

I have never run into it, but I recall it being discussed in this newsgroup.
You might try google groups and see it you can find some past discussions.

--
Regards,
Tom Ogilvy

"ckoch" wrote in message
oups.com...
I see. That works for me. Do you know under what circumstances you
would get this message when trying to record a new macro and selecting
Personal Workbook?
"Personal macro workbook in the startup folder must stay open for
recording"



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default new macro problem with password protected worksheet


Are you using xl2002+?

xl2002+ has the abililty to quarantine what it thinks are bad workbooks.

They can keep track of them so that it doesn't even try to open them.

If you look under Help|About MS Excel, you'll see a button called: "Disabled
Items...".

Check under there to see if it's marked not to open. You can enable it there,
too.

If the workbook is really bad, you may want to delete that copy and put a copy
of your backup version into your XLStart folder.

ckoch wrote:

I see. That works for me. Do you know under what circumstances you
would get this message when trying to record a new macro and selecting
Personal Workbook?
"Personal macro workbook in the startup folder must stay open for
recording"


--

Dave Peterson


  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default new macro problem with password protected worksheet

Saving macros to the Personal.xls workbook makes sense, but I'm getting
that same error message when I try to save to the Personal.xls:

"Personal macro workbook in the startup folder must stay open for
recording"

There is nothing in the "Disabled Items" window (earlier post) so
that's not it.
I thought the problem was that I was opening a second instance of
Excel, but even when I don't it's not working. Anyone have anything
further?

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
How to retrive password protected worksheet but forgot password? Laurie Excel Worksheet Functions 1 November 19th 09 09:42 PM
password protected worksheet billy Excel Discussion (Misc queries) 7 August 26th 08 04:38 PM
Password protected worksheet GARY Excel Discussion (Misc queries) 2 September 18th 07 07:24 AM
How to see macro code of a password protected macro without a password? Dmitry Kopnichev Excel Worksheet Functions 5 October 27th 05 09:57 AM
How to see macro code of a password protected macro without a password? Dmitry Kopnichev Excel Programming 5 October 27th 05 09:57 AM


All times are GMT +1. The time now is 09:39 AM.

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

About Us

"It's about Microsoft Excel"