Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 247
Default VBA "sheet" NOT to minimize while working on worksheet

Greetings all:
Am fortunate enough to have 2 monitors. In order to take most advantage of
this, I like to have both my worksheet and my VBA sheet open at the same
time. Makes it much easier to make adjustments/corrections to the code.
However, whenever I move my cursor from the code sheet to the worksheet, the
code sheet minimizes.
Is there a way to stop this "auto" minimizing of the code sheet?
If so, how?
Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 417
Default VBA "sheet" NOT to minimize while working on worksheet

I have noticed that something similar to this happens even on a single
monitor, if you switch workbooks while in Excel, if the "Collapse Project
Hides Windows" option is checked on the General tab of the Tools|Options
dialog box in the VBA editor. Projects automatically collapse (hide) when
you switch workbooks in Excel.

Try turning the "Collapse Project Hides Windows" option off (uncheck it) on
the General tab of the Tools|Options dialog box in the VBA editor.
--
Regards,
Bill Renaud



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 247
Default VBA "sheet" NOT to minimize while working on worksheet

Bill:
Thank-you. Works as expected.
It never ceases to amaze me how one little check/uncheck can cause such
frustration. I'll have to study the "tools", etc. much more carefully. I
might find some (more) hidden treasures in there.

"Bill Renaud" wrote:

I have noticed that something similar to this happens even on a single
monitor, if you switch workbooks while in Excel, if the "Collapse Project
Hides Windows" option is checked on the General tab of the Tools|Options
dialog box in the VBA editor. Projects automatically collapse (hide) when
you switch workbooks in Excel.

Try turning the "Collapse Project Hides Windows" option off (uncheck it) on
the General tab of the Tools|Options dialog box in the VBA editor.
--
Regards,
Bill Renaud




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 convert "read only" to a working sheet? HOWARDJASONRUBINOFSKY Excel Worksheet Functions 2 April 29th 09 08:54 PM
"working" filters on protected sheet filterdude Excel Discussion (Misc queries) 1 October 17th 08 09:11 PM
"minimize multiple excel workbooks on windows taskbar" NC programmer Excel Discussion (Misc queries) 4 April 17th 08 04:22 PM
Replace(ActiveCell.Formula, "Round(","") not working as expected Dennis Excel Programming 3 May 16th 07 04:49 PM
"Sheet" versus "Worksheet" Chuck Taylor Excel Programming 3 November 10th 03 02:33 AM


All times are GMT +1. The time now is 12:22 PM.

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"