Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Mornin',
When I load and show a userform, I can't select or activate cells on the workbook behind it. I tried hiding the form from view, but that's not the solution. I also tried enabling screen updating, but that didn't work either. If anyone can suggest how I might be able to activate cells while a user form is open, I'd appreciate it! Many thanks, Mike |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can only do it if you are displaying the UserForm modelessly (Excel 2000
and later): UserForm1.Show vbModeless -- Vasant "Mike Mertes" wrote in message ... Mornin', When I load and show a userform, I can't select or activate cells on the workbook behind it. I tried hiding the form from view, but that's not the solution. I also tried enabling screen updating, but that didn't work either. If anyone can suggest how I might be able to activate cells while a user form is open, I'd appreciate it! Many thanks, Mike |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks so much, you refreshed my memory. :-)
-Mike "Vasant Nanavati" <vasantn *AT* aol *DOT* com wrote in message ... You can only do it if you are displaying the UserForm modelessly (Excel 2000 and later): UserForm1.Show vbModeless -- Vasant "Mike Mertes" wrote in message ... Mornin', When I load and show a userform, I can't select or activate cells on the workbook behind it. I tried hiding the form from view, but that's not the solution. I also tried enabling screen updating, but that didn't work either. If anyone can suggest how I might be able to activate cells while a user form is open, I'd appreciate it! Many thanks, Mike |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Value manipulation | Excel Discussion (Misc queries) | |||
String Manipulation within VBA | Excel Discussion (Misc queries) | |||
Shared Workbook UserForms | Excel Discussion (Misc queries) | |||
string manipulation | Excel Programming | |||
UserForms to deactivate workbook | Excel Programming |