![]() |
Quick Code
What is the VBA code to allow a user to edit a worksheet while a form
is open? |
Quick Code
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 |
Quick Code
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? |
Quick Code
Try:
Userform1.show vbmodeless "Nimish" wrote: What is the VBA code to allow a user to edit a worksheet while a form is open? |
All times are GMT +1. The time now is 07:26 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com