Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
SCA SCA is offline
external usenet poster
 
Posts: 1
Default Lookup table in addin

I but some data in a worksheet in a workbook and made some functions
that would look up variables off of this worksheet. I saved this
workbook as an add-in and try to use my functions, that were working
in the workbook before I saved it as an add-in, and they did not work.
So I have to activate the specific worksheet in the addin that i am
looking up off of...or do I have to activate the entire add-in
workbook....how do I go about doing this...thanks for your help
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Lookup table in addin

You need to design your code so it doesn't work with the ActiveSheet, but
refers to the sheet in the addin specifically.

It would be difficult (if not impossible) to make the hidden sheet in the
Addin the activesheet or at least select on it.

Regards,
Tom Ogilvy

"SCA" wrote in message
om...
I but some data in a worksheet in a workbook and made some functions
that would look up variables off of this worksheet. I saved this
workbook as an add-in and try to use my functions, that were working
in the workbook before I saved it as an add-in, and they did not work.
So I have to activate the specific worksheet in the addin that i am
looking up off of...or do I have to activate the entire add-in
workbook....how do I go about doing this...thanks for your help



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
Lookup Table Beep Beep Excel Discussion (Misc queries) 1 November 14th 08 11:36 PM
Lookup data in a variable table & retrieve data from a pivot table Shawna Excel Worksheet Functions 3 October 10th 08 11:11 PM
table lookup pm Excel Discussion (Misc queries) 8 September 24th 08 09:50 AM
Pivot table doing a lookup without using the lookup function? NGASGELI Excel Discussion (Misc queries) 0 August 2nd 05 05:08 AM
Pivot Table addin JuanSa Excel Discussion (Misc queries) 0 March 23rd 05 10:05 AM


All times are GMT +1. The time now is 10:02 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"