Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Do you mean a UserForm created in Excel VBA? Or do you mean a Form in an
external Visual Basic 5.0/6.0 application? When you say "from Excel", what do you mean - when you enter a value, when you open or close the workbook, when you call a macro while working in a workbook, or ??? "plains5728" wrote in message ... How do I execute a VB Form from Excel? I can execute from the VB Editor but I want to run execute the form from Excel. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you want to do it from a comandbutton, just use:
Private Sub Command1_Click() UserForm1.Show End Su -- Message posted from http://www.ExcelForum.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Data Entry Form - Execute if value is not 0 | Excel Discussion (Misc queries) | |||
Excel functions do not execute | Excel Worksheet Functions | |||
When DO Excel formulae execute? | Excel Worksheet Functions | |||
Execute C++ from Excel | New Users to Excel | |||
is it possible to execute write to the fields in another .xsl form a macro in another .xsl? e.g. some way to load another .xsl into an .xsl macro and write to its data? | Excel Worksheet Functions |