Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
What is the VBA code to allow a user to edit a worksheet while a form
is open? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If you're using xl2k or higher:
UserForm1.Show vbModeless Nimish wrote: What is the VBA code to allow a user to edit a worksheet while a form is open? -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() YourFormName.Show vbModeless -- Kevin Backmann "Nimish" wrote: What is the VBA code to allow a user to edit a worksheet while a form is open? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try:
Userform1.show vbmodeless "Nimish" wrote: What is the VBA code to allow a user to edit a worksheet while a form is open? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
2 Questions | New Users to Excel | |||
code not unique find latest date | Excel Discussion (Misc queries) | |||
t-distribution puzzle in Excel | Excel Discussion (Misc queries) | |||
Lost my Paste | Excel Discussion (Misc queries) | |||
Make Change Case in Excel a format rather than formula | Excel Worksheet Functions |