+ Reply to Thread
Results 1 to 3 of 3

I instruction to move to a different Worksheet

  1. #1
    CRayF
    Guest

    I instruction to move to a different Worksheet

    These lines are already coded…
    Dim srcProgramSummaryWs As Worksheet
    Set srcProgramSummaryWs = Sheets("ProgramSummary")

    When AA1 is selected I want to move from the current Worksheet to the
    srcProgramSummaryWs Worksheet… How so I do this?

    If Target.Address = "$AA$1" Then
    ‘ needed instruction?
    End If


  2. #2
    Norman Jones
    Guest

    Re: I instruction to move to a different Worksheet

    Hi CRayF,

    Try:

    If Target.Address = "$AA$1" Then srcProgramSummaryWs.Activate

    ---
    Regards,
    Norman



    "CRayF" <CRayF@discussions.microsoft.com> wrote in message
    news:08513C9D-2F87-47A1-9354-21F399095382@microsoft.com...
    > These lines are already coded.
    > Dim srcProgramSummaryWs As Worksheet
    > Set srcProgramSummaryWs = Sheets("ProgramSummary")
    >
    > When AA1 is selected I want to move from the current Worksheet to the
    > srcProgramSummaryWs Worksheet. How so I do this?
    >
    > If Target.Address = "$AA$1" Then
    > ' needed instruction?
    > End If
    >




  3. #3
    CRayF
    Guest

    Re: I instruction to move to a different Worksheet

    thanks

+ 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