Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8996641
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T23:46:53+00:00 2026-06-15T23:46:53+00:00

Okay, so I’ve written a Macro that works fine when launched from the Workbook

  • 0

Okay, so I’ve written a Macro that works fine when launched from the Workbook which I coded it in. However, I need the Macro to be able to work across various Workbooks.

I’ve moved the Macro to the hidden “personal” workbook, but, now when the code references “ThisWorkBook”, well, yeah, it points to the personal workbook.

I had thought of just creating a workbook variable and pointing to the address/name of the workbook… but this varies (the workbook is generated by a system, and the name of the workbook is dependant on the time/date generated).

For reference, I want to put a button on the toolbar in Excel, and when the user clicks it, it runs this Macro. Is there, perhaps, a way to get the name of the Workbook that calls the Macro?

Thanks,
Sam.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T23:46:54+00:00Added an answer on June 15, 2026 at 11:46 pm

    If there’s a naming convention in workbook A (the data workbook) , you can do the following changes
    to identify workbook A

    Dim wbA As Workbook 'workbook A ( the data workbook) 
    Dim wb As Workbook 
    
    For Each wb In Workbooks 'loop through all opened workbooks, matching the name 
        If InStr(wb.Name, "ABC") > 0 Then 
            Set wbA = wb
            Exit For
        End If
    Next wb
    

    then replace the “ThisWorkBook” by wbA

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Okay suppose I have an array of objects that look like this: obj(from, to)
Okay so i have done a tutorial that has me populating a TableViewController from
Okay, this is the case: I got a generic base-class which I need to
Okay, URL Routing is great. Extensionless URLS, SEO friendly etc. However, it seems that
Okay, so I know that using eval() isn't great, but I haven't been able
Okay, next PHPExcel question. I have an HTML form that users fill out and
okay, i'm setting up a multi-user chat system. i have a messages table, that
Okay, that's a presumptuous title - it's complex to me . Overview: (See screenshots
Okay i need to turn a string to a float do some math then
Okay I'm trying to move from VB to C# with mixed success. I'm getting

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.