Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have an Excel workbook that contains a userform .
My Question is, How can I show the userform from a powerpoint presentation. I can open my workbook from PowerPoint as following Dim xlApp As Excel.Application Dim xlWB As Excel.Workbook Set xlApp = CreateObject("Excel.Application") xlApp.Visible = True Set xlWB = xlApp.Workbooks.Open("C:\folder_name\file_name.xls ") the above code works fine and opens the Excel workbook, but how to show the userform?? Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel VB - show userform1 (at same time) minimized application win | Excel Discussion (Misc queries) | |||
Application.Dialogs(xlDialogPrint).Show - prints too soon | Excel Discussion (Misc queries) | |||
Input Box won't show when Application windowstate minimised | Excel Programming | |||
Input Box won't show when Application windowstate minimised | Excel Programming | |||
Input Box won't show when Application windowstate minimised | Excel Programming |