+ Reply to Thread
Results 1 to 3 of 3

How to get add-in to reference the workbook I'm actively using (and not itself)

  1. #1
    Registered User
    Join Date
    01-25-2012
    Location
    Virginia
    MS-Off Ver
    Excel 2007
    Posts
    17

    How to get add-in to reference the workbook I'm actively using (and not itself)

    I created an excel add-in called "SQLRunner.xlam" and added it to my quick-access toolbar.

    The purpose of the add-in is to filter my worksheet data based on an SQL SELECT statement that I provide real-time and then put the query results back into my workbook in a new worksheet.
    I want to be able to use this add-in on any workbook/worksheet that I have open. Today it might be a sales worksheet, tomorrow it could be #visitors to the site, the next day it could be pizza orders, etc.

    If I put the VBA code into a module of a normal .xlsm file, it works fine. But when I use it as an add-in, it doesn't work. It's because it's referencing itself (the .xlam workbook) rather than the workbook I'm trying to select from.

    Let's say I have the following in [Sheet1] of "pizza.xlsx"
    OrderID Customer Topping
    1 Bob Pepperoni
    2 Mary Cheese
    3 Bob Sausage
    4 Joe Sausage

    I want to click my "SQLRunner" add-in button from the quick-access and apply a SELECT statement to the data in [Sheet1]. If I say "SELECT * from [Sheet1$A:C] where Customer='Bob' " then it'll print out the following into a new worksheet in my pizza.xlsx workbook.

    [Sheet 2] of pizza.xlsx
    OrderID Customer Topping
    1 Bob Pepperoni
    3 Bob Sausage

    How should I change the "ThisWorkbook" references to use the worksheet I'm actively editing (here it's pizza.xlsx) rather than it referencing itself (SQLRunner.xlam) ?


    Please Login or Register  to view this content.
    Last edited by kandiyohiv; 06-28-2021 at 10:22 AM. Reason: Solved

  2. #2
    Valued Forum Contributor
    Join Date
    04-01-2015
    Location
    The Netherlands
    MS-Off Ver
    2003/2007/2010/2016/office 365
    Posts
    880

    Re: How to get add-in to reference the workbook I'm actively using (and not itself)

    Change ThisWorkbook to ActiveWorkbook?
    Messages have been translated from Dutch to English by means of google translate.

  3. #3
    Registered User
    Join Date
    01-25-2012
    Location
    Virginia
    MS-Off Ver
    Excel 2007
    Posts
    17

    Re: How to get add-in to reference the workbook I'm actively using (and not itself)

    Yep, that was it. Thanks - didn't realize it'd be so easy.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 3
    Last Post: 05-03-2020, 04:34 AM
  2. [SOLVED] Code won't run unless I am in actively working in the workbook
    By rhudgins in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-18-2016, 01:42 PM
  3. [SOLVED] need textbox value to actively show checkbox/option button (count) value
    By HeyInKy in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 09-15-2014, 12:42 PM
  4. [SOLVED] Locked formula changes reference when rows added to reference sheet in same workbook
    By macrorookie in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-19-2014, 04:08 PM
  5. Actively copy row if column criteria met
    By quanno in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-01-2012, 12:20 PM
  6. Sync two (actively changing) workbooks
    By Tsaukpaetra in forum Excel General
    Replies: 4
    Last Post: 01-19-2010, 04:48 PM
  7. Pro-actively run formula
    By BravoGolf in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 09-19-2005, 02:05 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1