ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   User created Dialog Box (https://www.excelbanter.com/excel-programming/411940-user-created-dialog-box.html)

SJW_OST[_2_]

User created Dialog Box
 
I am using this code to open my own dialog box created by right clicking on
"Sheet1", choosing Insert and selecting "MS Excel 5.0 Dialog".

Sub Dialog()
DialogSheets("Dialog1").Show
End Sub

When this code is ran, the code will not goto "End Sub" until the dialog box
closes.
Will code run if a dialog box is open? Can I use code to close the dialog box?
Any help is greatly appreciated.

Harald Staff[_2_]

User created Dialog Box
 
Put controls onto the dialog (buttons, scrollbars, ...) and assign macros to
them. The macros will run when you use the controls, which is pretty much
the idea of the dialogs.

HTH. Best wishes Harald

"SJW_OST" wrote in message
...
I am using this code to open my own dialog box created by right clicking on
"Sheet1", choosing Insert and selecting "MS Excel 5.0 Dialog".

Sub Dialog()
DialogSheets("Dialog1").Show
End Sub

When this code is ran, the code will not goto "End Sub" until the dialog
box
closes.
Will code run if a dialog box is open? Can I use code to close the dialog
box?
Any help is greatly appreciated.




All times are GMT +1. The time now is 09:52 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com