Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Making add-in available

You would need a function in the addin that displays the form and returns a
reference to it so your code in the other workbooks can manipulate it.

then you would run that function with
Dim frm as Object
set frm = Application.Run ( "MyAddin.xla!fShowForm")

--
Regards,
Tom Ogilvy


"mnt" wrote in message
...
I have an add-in that has a form and code. My goal is to have several

spreadsheets access this form an code without having to copy it to every
spreadsheet. The add-in is installed and the add-in is checked in Add_ins.

I get the form to appear and can't see the code. I'm not sure what I'm

missing.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
making changes to read only borderknight Excel Discussion (Misc queries) 1 March 8th 10 09:13 PM
making a drop down box michael.j.bates New Users to Excel 1 October 26th 09 03:32 AM
Making #N/A zero or - shikamikamoomoo Excel Discussion (Misc queries) 3 March 23rd 06 04:29 PM
Making N/A become a zero Jaye Excel Worksheet Functions 4 March 16th 06 08:31 PM
making changes godsgirl Excel Worksheet Functions 1 January 11th 06 08:42 PM


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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"