Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all. I cant seem to find info on how to create a dialog box. When a user clicks on a command button I would like to have a dialog box appear with instructions and an OK button
TI |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
have a look at msgbox in the VBA help -----Original Message----- Hi all. I cant seem to find info on how to create a dialog box. When a user clicks on a command button I would like to have a dialog box appear with instructions and an OK button. TIA . |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You would use a Userform in Excel 97 or later. Here are some resources:
http://www.microsoft.com/ExcelDev/Articles/sxs11pt1.htm Lesson 11: Creating a Custom Form Excerpted from Microsoft® Excel 97 Visual Basic® Step by Step. http://support.microsoft.com/?id=168067 XL97: WE1163: "Visual Basic Examples for Controlling UserForms" Microsoft(R) Visual Basic(R) for Applications Examples for Controlling UserForms in Microsoft Excel 97 This Application Note is an introduction to manipulating UserForms in Microsoft Excel 97. It includes examples and Microsoft Visual Basic for Applications macros that show you how to take advantage of the capabilities of UserForms and use each of the ActiveX controls that are available for UserForms -- Regards, Tom Ogilvy "Chas" wrote in message ... Hi all. I cant seem to find info on how to create a dialog box. When a user clicks on a command button I would like to have a dialog box appear with instructions and an OK button. TIA |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can create one of 3 things
1. a Msgbox, a simple info box with specified buttons the user can click 2. an Inputbox, like Msgbox, but user inputs a response, and only OK Cancel buttons 3. A userform where you can create whatever controls and labels you desire./ Which suits best? -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "Chas" wrote in message ... Hi all. I cant seem to find info on how to create a dialog box. When a user clicks on a command button I would like to have a dialog box appear with instructions and an OK button. TIA |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to create a dialog box to encode information to worksheet? | Excel Discussion (Misc queries) | |||
How do I create a dialog box to pop up when logging out of a docum | Excel Discussion (Misc queries) | |||
Create a dialog box | Excel Worksheet Functions | |||
how do i create a dialog box to appear on opening an excel wkbook | Excel Discussion (Misc queries) | |||
Create Startup Dialog | Excel Discussion (Misc queries) |