Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to convert "read only" to a working sheet? | Excel Worksheet Functions | |||
"working" filters on protected sheet | Excel Discussion (Misc queries) | |||
"minimize multiple excel workbooks on windows taskbar" | Excel Discussion (Misc queries) | |||
Replace(ActiveCell.Formula, "Round(","") not working as expected | Excel Programming | |||
"Sheet" versus "Worksheet" | Excel Programming |