+ Reply to Thread
Results 1 to 3 of 3

Macros and worksheets

  1. #1
    cinvic
    Guest

    Macros and worksheets

    I have a formula in a macro to work with worksheets that are named
    differently. The formula requires that the name of the worksheet be placed
    (i.e. "Wheaton") in the code.

    Set ws = wb.Worksheets("Wheaton")

    If I want this macro to work with the active worksheet how would I designate
    it as the active worksheet.

    Set ws = wb.ActiveworkSheet ?

    Thanks for your help,
    cinvic

  2. #2
    Dave Peterson
    Guest

    Re: Macros and worksheets

    set ws = wb.activesheet



    cinvic wrote:
    >
    > I have a formula in a macro to work with worksheets that are named
    > differently. The formula requires that the name of the worksheet be placed
    > (i.e. "Wheaton") in the code.
    >
    > Set ws = wb.Worksheets("Wheaton")
    >
    > If I want this macro to work with the active worksheet how would I designate
    > it as the active worksheet.
    >
    > Set ws = wb.ActiveworkSheet ?
    >
    > Thanks for your help,
    > cinvic


    --

    Dave Peterson

  3. #3
    cinvic
    Guest

    Re: Macros and worksheets

    Hey Mr. Peterson! Hope you're doing ok. Thanks again for you help.

    "Dave Peterson" wrote:

    > set ws = wb.activesheet
    >
    >
    >
    > cinvic wrote:
    > >
    > > I have a formula in a macro to work with worksheets that are named
    > > differently. The formula requires that the name of the worksheet be placed
    > > (i.e. "Wheaton") in the code.
    > >
    > > Set ws = wb.Worksheets("Wheaton")
    > >
    > > If I want this macro to work with the active worksheet how would I designate
    > > it as the active worksheet.
    > >
    > > Set ws = wb.ActiveworkSheet ?
    > >
    > > Thanks for your help,
    > > cinvic

    >
    > --
    >
    > Dave Peterson
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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