Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Holding Shift to bypass Auto_Open doesn't work in Excel 2007...

Does anyone know about this and why it's happening? I used to be able
to bypass any Auto_Open (or Worksheet_Open) code by holding down Shift
while I open the spreadsheet... this is no longer working. My code runs
anyway, which makes it very difficult to modify/test code that's in an
Auto_Open procedure. Oddly enough, the "hold down Shift" method still
works just fine for Access 2007 and Word 2007.

Any ideas on how to get this working in Excel? I know I could set my
macro security to "Disable" and then change the code, then change my
security... then run the code and hope there are no errors.. then
change the security back to make changes... but that's a pretty huge
pain in the @$$.

Why on earth would they take away such a vital debugging feature?

WATYF

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Holding Shift to bypass Auto_Open doesn't work in Excel 2007...

Hi WATYF

Maybe you have a macro shortcut that use the Shift key.


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


wrote in message oups.com...
Does anyone know about this and why it's happening? I used to be able
to bypass any Auto_Open (or Worksheet_Open) code by holding down Shift
while I open the spreadsheet... this is no longer working. My code runs
anyway, which makes it very difficult to modify/test code that's in an
Auto_Open procedure. Oddly enough, the "hold down Shift" method still
works just fine for Access 2007 and Word 2007.

Any ideas on how to get this working in Excel? I know I could set my
macro security to "Disable" and then change the code, then change my
security... then run the code and hope there are no errors.. then
change the security back to make changes... but that's a pretty huge
pain in the @$$.

Why on earth would they take away such a vital debugging feature?

WATYF

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Holding Shift to bypass Auto_Open doesn't work in Excel 2007...

No. These are the same macros I've always used. I haven't changed
anything or added any keystrokes. Are you saying that you can bypass
Auto_open by holding down shift in 2007?

On Dec 16, 4:40 am, "Ron de Bruin" wrote:
Hi WATYF

Maybe you have a macro shortcut that use the Shift key.

--

Regards Ron de Bruinhttp://www.rondebruin.nl/tips.htm



wrote in ooglegroups.com...
Does anyone know about this and why it's happening? I used to be able
to bypass any Auto_Open (or Worksheet_Open) code by holding down Shift
while I open the spreadsheet... this is no longer working. My code runs
anyway, which makes it very difficult to modify/test code that's in an
Auto_Open procedure. Oddly enough, the "hold down Shift" method still
works just fine for Access 2007 and Word 2007.


Any ideas on how to get this working in Excel? I know I could set my
macro security to "Disable" and then change the code, then change my
security... then run the code and hope there are no errors.. then
change the security back to make changes... but that's a pretty huge
pain in the @$$.


Why on earth would they take away such a vital debugging feature?


WATYF- Hide quoted text -- Show quoted text -


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Holding Shift to bypass Auto_Open doesn't work in Excel 2007...

Hi WATYF

Working correct for me in 2007


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


wrote in message ups.com...
No. These are the same macros I've always used. I haven't changed
anything or added any keystrokes. Are you saying that you can bypass
Auto_open by holding down shift in 2007?

On Dec 16, 4:40 am, "Ron de Bruin" wrote:
Hi WATYF

Maybe you have a macro shortcut that use the Shift key.

--

Regards Ron de Bruinhttp://www.rondebruin.nl/tips.htm



wrote in ooglegroups.com...
Does anyone know about this and why it's happening? I used to be able
to bypass any Auto_Open (or Worksheet_Open) code by holding down Shift
while I open the spreadsheet... this is no longer working. My code runs
anyway, which makes it very difficult to modify/test code that's in an
Auto_Open procedure. Oddly enough, the "hold down Shift" method still
works just fine for Access 2007 and Word 2007.


Any ideas on how to get this working in Excel? I know I could set my
macro security to "Disable" and then change the code, then change my
security... then run the code and hope there are no errors.. then
change the security back to make changes... but that's a pretty huge
pain in the @$$.


Why on earth would they take away such a vital debugging feature?


WATYF- Hide quoted text -- Show quoted text -


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Holding Shift to bypass Auto_Open doesn't work in Excel 2007...


Well crap.... is it a setting somewhere now? Because I can open Excel
(with no other files or add-ins open) and create a simple workbook with
nothing but MsgBox "Hi" in an Auto_Open procedure. And when I open
that file, the msgbox still pops-up, even though I'm holding shift.

There has to be some kind of simple explanation for this. ???

WATYF


On Dec 16, 11:27 am, "Ron de Bruin" wrote:
Hi WATYF

Working correct for me in 2007

--

Regards Ron de Bruinhttp://www.rondebruin.nl/tips.htm



wrote in oglegroups.com...
No. These are the same macros I've always used. I haven't changed
anything or added any keystrokes. Are you saying that you can bypass
Auto_open by holding down shift in 2007?


On Dec 16, 4:40 am, "Ron de Bruin" wrote:
Hi WATYF


Maybe you have a macro shortcut that use the Shift key.


--


Regards Ron de Bruinhttp://www.rondebruin.nl/tips.htm


wrote in ooglegroups.com...
Does anyone know about this and why it's happening? I used to be able
to bypass any Auto_Open (or Worksheet_Open) code by holding down Shift
while I open the spreadsheet... this is no longer working. My code runs
anyway, which makes it very difficult to modify/test code that's in an
Auto_Open procedure. Oddly enough, the "hold down Shift" method still
works just fine for Access 2007 and Word 2007.


Any ideas on how to get this working in Excel? I know I could set my
macro security to "Disable" and then change the code, then change my
security... then run the code and hope there are no errors.. then
change the security back to make changes... but that's a pretty huge
pain in the @$$.


Why on earth would they take away such a vital debugging feature?


WATYF- Hide quoted text -- Show quoted text -- Hide quoted text -- Show quoted text -




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
Bypass Auto_open Macro in Excel 2007 BradJohnson Excel Discussion (Misc queries) 3 April 9th 09 05:28 PM
2007 - Column unhide in Excel does not work i.e. "Ctrl+shift+)" MikeElstonJones Excel Discussion (Misc queries) 3 November 28th 07 12:42 PM
undo filter key from holding shift key too long scboyd71 Excel Discussion (Misc queries) 1 October 8th 07 11:36 AM
why dont shift+arrow or ctrl+arrow work in 2007 Naguib Excel Discussion (Misc queries) 1 July 24th 07 04:40 PM
Why doesn't CTRL+SHIFT+[ARROW] work 2 highlight in Excel 2003?! Euan Excel Discussion (Misc queries) 1 August 3rd 05 01:29 PM


All times are GMT +1. The time now is 12:01 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"