Welcome to the { mindfrost82.com } forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Microsoft > MS Office > Excel

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-25-2008, 08:18 PM
Dima
 
Posts: n/a
Excel 2003 sticks to the low macro security level

Hello!
Excel 2003 sp2 and sp3 do not remember the macro security level. Excel
returns the level to low after any change of the level.
How to prevent a macro to run when Excel 2003 sp2 and sp3 open a file with a
macro?
Best regards
Dima

Reply With Quote
  #2 (permalink)  
Old 04-25-2008, 10:10 PM
Dave Peterson
 
Posts: n/a
Re: Excel 2003 sticks to the low macro security level

That's one of the settings that's stored in the windows registry.

If it's not sticking, maybe you don't have permission to update the registry?

Time to talk to the IT folks?????

If you're opening the file manually, you can old the shift (left shift???) key
down while you open the workbook.

This won't stop macros in general, but it will stop the auto_open and
workbook_open procedures from running.

Dima wrote:
>
> Hello!
> Excel 2003 sp2 and sp3 do not remember the macro security level. Excel
> returns the level to low after any change of the level.
> How to prevent a macro to run when Excel 2003 sp2 and sp3 open a file with a
> macro?
> Best regards
> Dima


--

Dave Peterson
Reply With Quote
  #3 (permalink)  
Old 04-26-2008, 06:53 AM
Dima
 
Posts: n/a
Re: Excel 2003 sticks to the low macro security level

Thanks Dave for replying!
I talked to the system and domain administrators. They blame microsoft, do
not know how to repair.
I've found the http://support.microsoft.com/kb/910817/en-us
Should I delete the
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\11.0\ Excel\Security to repair?
I have the administrator rights on my Windows XP.
Sincerely.
"Dave Peterson" <petersod@verizonXSPAM.net> wrote in message
news:481248C3.37E9B71C@verizonXSPAM.net...
> That's one of the settings that's stored in the windows registry.
>
> If it's not sticking, maybe you don't have permission to update the
> registry?
>
> Time to talk to the IT folks?????
>
> If you're opening the file manually, you can old the shift (left shift???)
> key
> down while you open the workbook.
>
> This won't stop macros in general, but it will stop the auto_open and
> workbook_open procedures from running.
>
> Dima wrote:
>>
>> Hello!
>> Excel 2003 sp2 and sp3 do not remember the macro security level. Excel
>> returns the level to low after any change of the level.
>> How to prevent a macro to run when Excel 2003 sp2 and sp3 open a file
>> with a
>> macro?
>> Best regards
>> Dima

>
> --
>
> Dave Peterson


Reply With Quote
  #4 (permalink)  
Old 04-26-2008, 02:59 PM
Dave Peterson
 
Posts: n/a
Re: Excel 2003 sticks to the low macro security level

If you found that branch in the registry, I wouldn't delete it.

I'd just change it what I wanted:

HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\E xcel\Security

This is for Excel 2003. Should be something similar for other versions.

The item is "Level".
1 = low, 2 = medium, 3 = high.

======
ps. I'm not a IT expert, but it sure sounds more like a problem with the
permissions than excel/Microsoft.

Dima wrote:
>
> Thanks Dave for replying!
> I talked to the system and domain administrators. They blame microsoft, do
> not know how to repair.
> I've found the http://support.microsoft.com/kb/910817/en-us
> Should I delete the
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\11.0\ Excel\Security to repair?
> I have the administrator rights on my Windows XP.
> Sincerely.
> "Dave Peterson" <petersod@verizonXSPAM.net> wrote in message
> news:481248C3.37E9B71C@verizonXSPAM.net...
> > That's one of the settings that's stored in the windows registry.
> >
> > If it's not sticking, maybe you don't have permission to update the
> > registry?
> >
> > Time to talk to the IT folks?????
> >
> > If you're opening the file manually, you can old the shift (left shift???)
> > key
> > down while you open the workbook.
> >
> > This won't stop macros in general, but it will stop the auto_open and
> > workbook_open procedures from running.
> >
> > Dima wrote:
> >>
> >> Hello!
> >> Excel 2003 sp2 and sp3 do not remember the macro security level. Excel
> >> returns the level to low after any change of the level.
> >> How to prevent a macro to run when Excel 2003 sp2 and sp3 open a file
> >> with a
> >> macro?
> >> Best regards
> >> Dima

> >
> > --
> >
> > Dave Peterson


--

Dave Peterson
Reply With Quote
  #5 (permalink)  
Old 04-26-2008, 09:57 PM
Dima
 
Posts: n/a
Re: Excel 2003 sticks to the low macro security level

Thanks Dave for suggestion!
This allows to set another than the low level, doesn't it? How to make Excel
remember a setting in its user interface?
Sincerely.
"Dave Peterson" <petersod@verizonXSPAM.net> wrote in message
news:4813354B.E21DE094@verizonXSPAM.net...
> If you found that branch in the registry, I wouldn't delete it.
>
> I'd just change it what I wanted:
>
> HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\E xcel\Security
>
> This is for Excel 2003. Should be something similar for other versions.
>
> The item is "Level".
> 1 = low, 2 = medium, 3 = high.
>
> ======
> ps. I'm not a IT expert, but it sure sounds more like a problem with the
> permissions than excel/Microsoft.
>
> Dima wrote:
>>
>> Thanks Dave for replying!
>> I talked to the system and domain administrators. They blame microsoft,
>> do
>> not know how to repair.
>> I've found the http://support.microsoft.com/kb/910817/en-us
>> Should I delete the
>> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\11.0\ Excel\Security to
>> repair?
>> I have the administrator rights on my Windows XP.
>> Sincerely.
>> "Dave Peterson" <petersod@verizonXSPAM.net> wrote in message
>> news:481248C3.37E9B71C@verizonXSPAM.net...
>> > That's one of the settings that's stored in the windows registry.
>> >
>> > If it's not sticking, maybe you don't have permission to update the
>> > registry?
>> >
>> > Time to talk to the IT folks?????
>> >
>> > If you're opening the file manually, you can old the shift (left
>> > shift???)
>> > key
>> > down while you open the workbook.
>> >
>> > This won't stop macros in general, but it will stop the auto_open and
>> > workbook_open procedures from running.
>> >
>> > Dima wrote:
>> >>
>> >> Hello!
>> >> Excel 2003 sp2 and sp3 do not remember the macro security level. Excel
>> >> returns the level to low after any change of the level.
>> >> How to prevent a macro to run when Excel 2003 sp2 and sp3 open a file
>> >> with a
>> >> macro?
>> >> Best regards
>> >> Dima
>> >
>> > --
>> >
>> > Dave Peterson

>
> --
>
> Dave Peterson


Reply With Quote
  #6 (permalink)  
Old 04-26-2008, 10:45 PM
Dave Peterson
 
Posts: n/a
Re: Excel 2003 sticks to the low macro security level

The problem is that you should be able to make that change through the user
interface and excel should remember it. It's quite unusual that you can't do
this.

I _think_ that in all the posts that describe this problem, it usually comes
down to a permissions setting that the IT staff put on the users. That's why I
think it's not excel's problem, it's you're IT staff's problem.


Dima wrote:
>
> Thanks Dave for suggestion!
> This allows to set another than the low level, doesn't it? How to make Excel
> remember a setting in its user interface?
> Sincerely.
> "Dave Peterson" <petersod@verizonXSPAM.net> wrote in message
> news:4813354B.E21DE094@verizonXSPAM.net...
> > If you found that branch in the registry, I wouldn't delete it.
> >
> > I'd just change it what I wanted:
> >
> > HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\E xcel\Security
> >
> > This is for Excel 2003. Should be something similar for other versions.
> >
> > The item is "Level".
> > 1 = low, 2 = medium, 3 = high.
> >
> > ======
> > ps. I'm not a IT expert, but it sure sounds more like a problem with the
> > permissions than excel/Microsoft.
> >
> > Dima wrote:
> >>
> >> Thanks Dave for replying!
> >> I talked to the system and domain administrators. They blame microsoft,
> >> do
> >> not know how to repair.
> >> I've found the http://support.microsoft.com/kb/910817/en-us
> >> Should I delete the
> >> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\11.0\ Excel\Security to
> >> repair?
> >> I have the administrator rights on my Windows XP.
> >> Sincerely.
> >> "Dave Peterson" <petersod@verizonXSPAM.net> wrote in message
> >> news:481248C3.37E9B71C@verizonXSPAM.net...
> >> > That's one of the settings that's stored in the windows registry.
> >> >
> >> > If it's not sticking, maybe you don't have permission to update the
> >> > registry?
> >> >
> >> > Time to talk to the IT folks?????
> >> >
> >> > If you're opening the file manually, you can old the shift (left
> >> > shift???)
> >> > key
> >> > down while you open the workbook.
> >> >
> >> > This won't stop macros in general, but it will stop the auto_open and
> >> > workbook_open procedures from running.
> >> >
> >> > Dima wrote:
> >> >>
> >> >> Hello!
> >> >> Excel 2003 sp2 and sp3 do not remember the macro security level. Excel
> >> >> returns the level to low after any change of the level.
> >> >> How to prevent a macro to run when Excel 2003 sp2 and sp3 open a file
> >> >> with a
> >> >> macro?
> >> >> Best regards
> >> >> Dima
> >> >
> >> > --
> >> >
> >> > Dave Peterson

> >
> > --
> >
> > Dave Peterson


--

Dave Peterson
Reply With Quote
  #7 (permalink)  
Old 04-26-2008, 11:05 PM
Dave Peterson
 
Posts: n/a
Re: Excel 2003 sticks to the low macro security level

.... it's _your_ IT staff's problem.

(stupid fingers!)

Dave Peterson wrote:
>
> The problem is that you should be able to make that change through the user
> interface and excel should remember it. It's quite unusual that you can't do
> this.
>
> I _think_ that in all the posts that describe this problem, it usually comes
> down to a permissions setting that the IT staff put on the users. That's why I
> think it's not excel's problem, it's you're IT staff's problem.
>
> Dima wrote:
> >
> > Thanks Dave for suggestion!
> > This allows to set another than the low level, doesn't it? How to make Excel
> > remember a setting in its user interface?
> > Sincerely.
> > "Dave Peterson" <petersod@verizonXSPAM.net> wrote in message
> > news:4813354B.E21DE094@verizonXSPAM.net...
> > > If you found that branch in the registry, I wouldn't delete it.
> > >
> > > I'd just change it what I wanted:
> > >
> > > HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\E xcel\Security
> > >
> > > This is for Excel 2003. Should be something similar for other versions.
> > >
> > > The item is "Level".
> > > 1 = low, 2 = medium, 3 = high.
> > >
> > > ======
> > > ps. I'm not a IT expert, but it sure sounds more like a problem with the
> > > permissions than excel/Microsoft.
> > >
> > > Dima wrote:
> > >>
> > >> Thanks Dave for replying!
> > >> I talked to the system and domain administrators. They blame microsoft,
> > >> do
> > >> not know how to repair.
> > >> I've found the http://support.microsoft.com/kb/910817/en-us
> > >> Should I delete the
> > >> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\11.0\ Excel\Security to
> > >> repair?
> > >> I have the administrator rights on my Windows XP.
> > >> Sincerely.
> > >> "Dave Peterson" <petersod@verizonXSPAM.net> wrote in message
> > >> news:481248C3.37E9B71C@verizonXSPAM.net...
> > >> > That's one of the settings that's stored in the windows registry.
> > >> >
> > >> > If it's not sticking, maybe you don't have permission to update the
> > >> > registry?
> > >> >
> > >> > Time to talk to the IT folks?????
> > >> >
> > >> > If you're opening the file manually, you can old the shift (left
> > >> > shift???)
> > >> > key
> > >> > down while you open the workbook.
> > >> >
> > >> > This won't stop macros in general, but it will stop the auto_open and
> > >> > workbook_open procedures from running.
> > >> >
> > >> > Dima wrote:
> > >> >>
> > >> >> Hello!
> > >> >> Excel 2003 sp2 and sp3 do not remember the macro security level. Excel
> > >> >> returns the level to low after any change of the level.
> > >> >> How to prevent a macro to run when Excel 2003 sp2 and sp3 open a file
> > >> >> with a
> > >> >> macro?
> > >> >> Best regards
> > >> >> Dima
> > >> >
> > >> > --
> > >> >
> > >> > Dave Peterson
> > >
> > > --
> > >
> > > Dave Peterson

>
> --
>
> Dave Peterson


--

Dave Peterson
Reply With Quote
  #8 (permalink)  
Old 04-27-2008, 06:08 AM
Dima
 
Posts: n/a
Re: Excel 2003 sticks to the low macro security level

Thanks Dave for replying!
Our IT staff says that they did not put any LOCAL restrictions on me. I have
full LOCAL administrator rights.
Sincerely.
"Dave Peterson" <petersod@verizonXSPAM.net> wrote in message
news:4813A25C.568572BE@verizonXSPAM.net...
> The problem is that you should be able to make that change through the
> user
> interface and excel should remember it. It's quite unusual that you can't
> do
> this.
>
> I _think_ that in all the posts that describe this problem, it usually
> comes
> down to a permissions setting that the IT staff put on the users. That's
> why I
> think it's not excel's problem, it's you're IT staff's problem.
>
>
> Dima wrote:
>>
>> Thanks Dave for suggestion!
>> This allows to set another than the low level, doesn't it? How to make
>> Excel
>> remember a setting in its user interface?
>> Sincerely.
>> "Dave Peterson" <petersod@verizonXSPAM.net> wrote in message
>> news:4813354B.E21DE094@verizonXSPAM.net...
>> > If you found that branch in the registry, I wouldn't delete it.
>> >
>> > I'd just change it what I wanted:
>> >
>> > HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\E xcel\Security
>> >
>> > This is for Excel 2003. Should be something similar for other
>> > versions.
>> >
>> > The item is "Level".
>> > 1 = low, 2 = medium, 3 = high.
>> >
>> > ======
>> > ps. I'm not a IT expert, but it sure sounds more like a problem with
>> > the
>> > permissions than excel/Microsoft.
>> >
>> > Dima wrote:
>> >>
>> >> Thanks Dave for replying!
>> >> I talked to the system and domain administrators. They blame
>> >> microsoft,
>> >> do
>> >> not know how to repair.
>> >> I've found the http://support.microsoft.com/kb/910817/en-us
>> >> Should I delete the
>> >> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\11.0\ Excel\Security to
>> >> repair?
>> >> I have the administrator rights on my Windows XP.
>> >> Sincerely.
>> >> "Dave Peterson" <petersod@verizonXSPAM.net> wrote in message
>> >> news:481248C3.37E9B71C@verizonXSPAM.net...
>> >> > That's one of the settings that's stored in the windows registry.
>> >> >
>> >> > If it's not sticking, maybe you don't have permission to update the
>> >> > registry?
>> >> >
>> >> > Time to talk to the IT folks?????
>> >> >
>> >> > If you're opening the file manually, you can old the shift (left
>> >> > shift???)
>> >> > key
>> >> > down while you open the workbook.
>> >> >
>> >> > This won't stop macros in general, but it will stop the auto_open
>> >> > and
>> >> > workbook_open procedures from running.
>> >> >
>> >> > Dima wrote:
>> >> >>
>> >> >> Hello!
>> >> >> Excel 2003 sp2 and sp3 do not remember the macro security level.
>> >> >> Excel
>> >> >> returns the level to low after any change of the level.
>> >> >> How to prevent a macro to run when Excel 2003 sp2 and sp3 open a
>> >> >> file
>> >> >> with a
>> >> >> macro?
>> >> >> Best regards
>> >> >> Dima
>> >> >
>> >> > --
>> >> >
>> >> > Dave Peterson
>> >
>> > --
>> >
>> > Dave Peterson

>
> --
>
> Dave Peterson


Reply With Quote
  #9 (permalink)  
Old 04-27-2008, 11:40 AM
Dave Peterson
 
Posts: n/a
Re: Excel 2003 sticks to the low macro security level

I don't have another guess.

Good luck. If you find the solution, please post back so that google has it.

Dima wrote:
>
> Thanks Dave for replying!
> Our IT staff says that they did not put any LOCAL restrictions on me. I have
> full LOCAL administrator rights.
> Sincerely.
> "Dave Peterson" <petersod@verizonXSPAM.net> wrote in message
> news:4813A25C.568572BE@verizonXSPAM.net...
> > The problem is that you should be able to make that change through the
> > user
> > interface and excel should remember it. It's quite unusual that you can't
> > do
> > this.
> >
> > I _think_ that in all the posts that describe this problem, it usually
> > comes
> > down to a permissions setting that the IT staff put on the users. That's
> > why I
> > think it's not excel's problem, it's you're IT staff's problem.
> >
> >
> > Dima wrote:
> >>
> >> Thanks Dave for suggestion!
> >> This allows to set another than the low level, doesn't it? How to make
> >> Excel
> >> remember a setting in its user interface?
> >> Sincerely.
> >> "Dave Peterson" <petersod@verizonXSPAM.net> wrote in message
> >> news:4813354B.E21DE094@verizonXSPAM.net...
> >> > If you found that branch in the registry, I wouldn't delete it.
> >> >
> >> > I'd just change it what I wanted:
> >> >
> >> > HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\E xcel\Security
> >> >
> >> > This is for Excel 2003. Should be something similar for other
> >> > versions.
> >> >
> >> > The item is "Level".
> >> > 1 = low, 2 = medium, 3 = high.
> >> >
> >> > ======
> >> > ps. I'm not a IT expert, but it sure sounds more like a problem with
> >> > the
> >> > permissions than excel/Microsoft.
> >> >
> >> > Dima wrote:
> >> >>
> >> >> Thanks Dave for replying!
> >> >> I talked to the system and domain administrators. They blame
> >> >> microsoft,
> >> >> do
> >> >> not know how to repair.
> >> >> I've found the http://support.microsoft.com/kb/910817/en-us
> >> >> Should I delete the
> >> >> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\11.0\ Excel\Security to
> >> >> repair?
> >> >> I have the administrator rights on my Windows XP.
> >> >> Sincerely.
> >> >> "Dave Peterson" <petersod@verizonXSPAM.net> wrote in message
> >> >> news:481248C3.37E9B71C@verizonXSPAM.net...
> >> >> > That's one of the settings that's stored in the windows registry.
> >> >> >
> >> >> > If it's not sticking, maybe you don't have permission to update the
> >> >> > registry?
> >> >> >
> >> >> > Time to talk to the IT folks?????
> >> >> >
> >> >> > If you're opening the file manually, you can old the shift (left
> >> >> > shift???)
> >> >> > key
> >> >> > down while you open the workbook.
> >> >> >
> >> >> > This won't stop macros in general, but it will stop the auto_open
> >> >> > and
> >> >> > workbook_open procedures from running.
> >> >> >
> >> >> > Dima wrote:
> >> >> >>
> >> >> >> Hello!
> >> >> >> Excel 2003 sp2 and sp3 do not remember the macro security level.
> >> >> >> Excel
> >> >> >> returns the level to low after any change of the level.
> >> >> >> How to prevent a macro to run when Excel 2003 sp2 and sp3 open a
> >> >> >> file
> >> >> >> with a
> >> >> >> macro?
> >> >> >> Best regards
> >> >> >> Dima
> >> >> >
> >> >> > --
> >> >> >
> >> >> > Dave Peterson
> >> >
> >> > --
> >> >
> >> > Dave Peterson

> >
> > --
> >
> > Dave Peterson


--

Dave Peterson
Reply With Quote
  #10 (permalink)  
Old 04-28-2008, 12:32 AM
Jim Rech
 
Posts: n/a
Re: Excel 2003 sticks to the low macro security level

Dave-

This may not be it for the OP but if the "Level" entry exists under HKLM:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\11.0\ Excel\Security

Then it is sticky. It allows you to change it for the current session but
the HKLM setting remains the default. I have no idea how the HKLM gets set
initially though.


--
Jim
"Dave Peterson" <petersod@verizonXSPAM.net> wrote in message
news:48145808.8ABC86F1@verizonXSPAM.net...
>I don't have another guess.
>
> Good luck. If you find the solution, please post back so that google has
> it.
>
> Dima wrote:
>>
>> Thanks Dave for replying!
>> Our IT staff says that they did not put any LOCAL restrictions on me. I
>> have
>> full LOCAL administrator rights.
>> Sincerely.
>> "Dave Peterson" <petersod@verizonXSPAM.net> wrote in message
>> news:4813A25C.568572BE@verizonXSPAM.net...
>> > The problem is that you should be able to make that change through the
>> > user
>> > interface and excel should remember it. It's quite unusual that you
>> > can't
>> > do
>> > this.
>> >
>> > I _think_ that in all the posts that describe this problem, it usually
>> > comes
>> > down to a permissions setting that the IT staff put on the users.
>> > That's
>> > why I
>> > think it's not excel's problem, it's you're IT staff's problem.
>> >
>> >
>> > Dima wrote:
>> >>
>> >> Thanks Dave for suggestion!
>> >> This allows to set another than the low level, doesn't it? How to make
>> >> Excel
>> >> remember a setting in its user interface?
>> >> Sincerely.
>> >> "Dave Peterson" <petersod@verizonXSPAM.net> wrote in message
>> >> news:4813354B.E21DE094@verizonXSPAM.net...
>> >> > If you found that branch in the registry, I wouldn't delete it.
>> >> >
>> >> > I'd just change it what I wanted:
>> >> >
>> >> > HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\E xcel\Security
>> >> >
>> >> > This is for Excel 2003. Should be something similar for other
>> >> > versions.
>> >> >
>> >> > The item is "Level".
>> >> > 1 = low, 2 = medium, 3 = high.
>> >> >
>> >> > ======
>> >> > ps. I'm not a IT expert, but it sure sounds more like a problem
>> >> > with
>> >> > the
>> >> > permissions than excel/Microsoft.
>> >> >
>> >> > Dima wrote:
>> >> >>
>> >> >> Thanks Dave for replying!
>> >> >> I talked to the system and domain administrators. They blame
>> >> >> microsoft,
>> >> >> do
>> >> >> not know how to repair.
>> >> >> I've found the http://support.microsoft.com/kb/910817/en-us
>> >> >> Should I delete the
>> >> >> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\11.0\ Excel\Security to
>> >> >> repair?
>> >> >> I have the administrator rights on my Windows XP.
>> >> >> Sincerely.
>> >> >> "Dave Peterson" <petersod@verizonXSPAM.net> wrote in message
>> >> >> news:481248C3.37E9B71C@verizonXSPAM.net...
>> >> >> > That's one of the settings that's stored in the windows registry.
>> >> >> >
>> >> >> > If it's not sticking, maybe you don't have permission to update
>> >> >> > the
>> >> >> > registry?
>> >> >> >
>> >> >> > Time to talk to the IT folks?????
>> >> >> >
>> >> >> > If you're opening the file manually, you can old the shift (left
>> >> >> > shift???)
>> >> >> > key
>> >> >> > down while you open the workbook.
>> >> >> >
>> >> >> > This won't stop macros in general, but it will stop the auto_open
>> >> >> > and
>> >> >> > workbook_open procedures from running.
>> >> >> >
>> >> >> > Dima wrote:
>> >> >> >>
>> >> >> >> Hello!
>> >> >> >> Excel 2003 sp2 and sp3 do not remember the macro security level.
>> >> >> >> Excel
>> >> >> >> returns the level to low after any change of the level.
>> >> >> >> How to prevent a macro to run when Excel 2003 sp2 and sp3 open a
>> >> >> >> file
>> >> >> >> with a
>> >> >> >> macro?
>> >> >> >> Best regards
>> >> >> >> Dima
>> >> >> >
>> >> >> > --
>> >> >> >
>> >> >> > Dave Peterson
>> >> >
>> >> > --
>> >> >
>> >> > Dave Peterson
>> >
>> > --
>> >
>> > Dave Peterson

>
> --
>
> Dave Peterson



Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Microsoft > MS Office > Excel


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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



All times are GMT. The time now is 04:27 PM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Mortgage | Internet Advertising | Charity | Property in Spain | Mortgage Calculator



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114