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 6170727
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T23:05:23+00:00 2026-05-23T23:05:23+00:00

I defined a macro in one worksheet(internal.xls) as Public Sub sheet2test() Workbooks.Open Filename:=external.xls Windows(external.xls).Activate

  • 0

I defined a macro in one worksheet(internal.xls) as

Public Sub sheet2test()
   Workbooks.Open Filename:="external.xls"
   Windows("external.xls").Activate
   Sheets("Sheet3").Activate
   Range("A5").Value = 5

End Sub

Running this code, opens external.xls, and activates its sheet 3. However the Value of 5 is placed in internal.xls and not external.xls. How do i ensure that the changes are made to the other worksheet?

  • 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-05-23T23:05:24+00:00Added an answer on May 23, 2026 at 11:05 pm

    The answer is Yes.

    Try the following code to make changes to external.xls:

    Public Sub sheet2test()
     Workbooks.Open Filename:="external.xls"
     Workbooks("external.xls").Activate
     ActiveWorkbook.Sheets("Sheet3").Activate
     Range("A5").Value = 5
    End Sub
    

    I added ActiveWorkbook. to line 4.

    This has to be added to make changes in the currently active workbook (external.xls) and not the workbook containing and executing the macro
    (internal.xls)

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

Sidebar

Related Questions

I am using the following to search for a file defined as a macro
Is there a simple preprocessor macro that is defined for a 64-bit build? I
The following macro is defined in our code: #define MSGMacro(obj, arg) MyPaymentClass obj(arg) Where
I seem to be having a problem with a macro that I have defined
The macro, transform! , as defined below seems to work for => (transform! [foo
Our project uses a macro to make logging easy and simple in one-line statements,
I'm porting an application from Linux to Windows, and one of my variables, 'rct1',
Having implemented CLogClass to make decent logging I also defined macro, but it works
In an example project, I defined the macro #define FOO(x, y) x + y
Is it possible to have scoped macros using custom defined macros through boost wave?

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.