Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I got a great information about add-ins from thi forum.....a little thing i m stuck with....hope someone will help me out here.
I have an add-in ...which has some modules and a form. I need to call the form in my other excel templates ....could someone sugest me the code to call the form in xla Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ajit,
In the add-in, create a public function like Public Sub ShowTheForm() UserForm1.Show End Sub and then use Application.Run to execute that macro: Application.Run "MyXla.xla!ShowTheForm" -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Ajit" wrote in message ... I got a great information about add-ins from thi forum.....a little thing i m stuck with....hope someone will help me out here. I have an add-in ...which has some modules and a form. I need to call the form in my other excel templates ....could someone sugest me the code to call the form in xla . Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I call VBA subs from different spreadsheet from code behind form? | Excel Discussion (Misc queries) | |||
How do I call number values form one workbook to another workbook | Excel Worksheet Functions | |||
Call Center Management: How to calculate 'cost per call' | Excel Discussion (Misc queries) | |||
How Can I call any form or macro.. | Excel Worksheet Functions | |||
How can I call a macro or form. in the moment that enable any shee | Excel Worksheet Functions |