Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,355
Default XLA question

I've been sent an Excel Workbook and an add in. I'm told that when used
together, several additional menu options are available to the user.

1) Is there an obvious place where the add-in should be saved on my system?
2) How do you add menu options with an add-in
3) Apparently, the menu option is only displayed when one workbook is used.
How is this set up.

I don't need code, I just need some explanations.

Thanks,
Barb Reinhardt
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,393
Default XLA question

Hi Barb:
Save it wherever you like (but remember where!)
Use Tools | Addin and click the Browse button ; navigate to the folder you
save XLA in; select it.
Not sure what Q3 means; maybe try opening the XLA file as if it were an XLS
file and the instructions are displayed.
best wishes

--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Barb Reinhardt" wrote in message
...
I've been sent an Excel Workbook and an add in. I'm told that when used
together, several additional menu options are available to the user.

1) Is there an obvious place where the add-in should be saved on my
system?
2) How do you add menu options with an add-in
3) Apparently, the menu option is only displayed when one workbook is
used.
How is this set up.

I don't need code, I just need some explanations.

Thanks,
Barb Reinhardt



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 122
Default XLA question

I would suspect there is code in the "WorkBook_Open" event module that
uses routines from the add-in to build the menu options.

On Mar 21, 9:22 am, Barb Reinhardt
wrote:

3) Apparently, the menu option is only displayed when one workbook is used.
How is this set up.


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default XLA question

#1. If the addin has UDFs that are used in formulas on a worksheet, I'd ask the
sender where he/she stores their copy.

You may not have to worry about changing link sources if you can use the same
location (like C:\myutils\myaddin.xla).

But if there are no UDFs used, then you can store it anywhere you want. Then
use Tools|Addins to browse for it and install it.

Alternatively, you could put it in your XLStart folder, too.

#2. I like these:
For additions to the worksheet menu bar, I really like the way John Walkenbach
does it in his menumaker workbook:
http://j-walk.com/ss/excel/tips/tip53.htm

Here's how I do it when I want a toolbar:
http://www.contextures.com/xlToolbar02.html
(from Debra Dalgleish's site)

#3. You can use the workbook_activate and workbook_deactivate to show/hide the
menu options.

A little search of google and you'll find lots of samples.



Barb Reinhardt wrote:

I've been sent an Excel Workbook and an add in. I'm told that when used
together, several additional menu options are available to the user.

1) Is there an obvious place where the add-in should be saved on my system?
2) How do you add menu options with an add-in
3) Apparently, the menu option is only displayed when one workbook is used.
How is this set up.

I don't need code, I just need some explanations.

Thanks,
Barb Reinhardt


--

Dave Peterson
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
Excel 2007 Macro/VB Question DDE Question MadDog22 Excel Worksheet Functions 1 March 10th 10 01:47 AM
Good morning or good evening depending upon your location. I want to ask you the most important question of your life. Your joy or sorrow for all eternity depends upon your answer. The question is: Are you saved? It is not a question of how good davegb Excel Programming 1 May 6th 05 06:35 PM
Good morning or good evening depending upon your location. I want to ask you the most important question of your life. Your joy or sorrow for all eternity depends upon your answer. The question is: Are you saved? It is not a question of how good you [email protected] Excel Programming 0 April 27th 05 07:46 PM
Good morning or good evening depending upon your location. I want to ask you the most important question of your life. Your joy or sorrow for all eternity depends upon your answer. The question is: Are you saved? It is not a question of how good you [email protected] Excel Programming 23 April 23rd 05 09:26 PM
Good morning or good evening depending upon your location. I want to ask you the most important question of your life. Your joy or sorrow for all eternity depends upon your answer. The question is: Are you saved? It is not a question of how good you [email protected] Excel Programming 0 April 22nd 05 03:30 PM


All times are GMT +1. The time now is 12:55 PM.

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

About Us

"It's about Microsoft Excel"