Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi...
How can I make a dialog box float over a worksheet and allow continued input into the sheet without having to close the dialog box? Thanks in advance... JK |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In Excel 2000 and later:
UserForm1.Show False -- Jim Rech Excel MVP |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() You can always hide dialog box: Me.Hide (- for example on click on commandbuttton on the form) and make it visible if it's necessary: FormName.Show (- for example form custom commandbar). -----Original Message----- Hi... How can I make a dialog box float over a worksheet and allow continued input into the sheet without having to close the dialog box? Thanks in advance... JK . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|