+ Reply to Thread
Results 1 to 3 of 3

setting where cursor is

  1. #1
    Native
    Guest

    setting where cursor is

    hello: what code would I need to add in my macro that records where the
    cursor is (eg-cell A14) when the macro button is pushed and then return
    to that spot (A14 in this example) at the end of the macro.


  2. #2
    Norman Jones
    Guest

    Re: setting where cursor is



    --
    ---
    Regards,
    Norman



    "Native" <[email protected]> wrote in message
    news:[email protected]...
    > hello: what code would I need to add in my macro that records where the
    > cursor is (eg-cell A14) when the macro button is pushed and then return
    > to that spot (A14 in this example) at the end of the macro.
    >




  3. #3
    Norman Jones
    Guest

    Re: setting where cursor is

    Hi Native

    Dim Rng as Range

    Set Rng = ActiveCell

    'Your code

    Application.GoTo Rng


    ---
    Regards,
    Norman



    "Native" <[email protected]> wrote in message
    news:[email protected]...
    > hello: what code would I need to add in my macro that records where the
    > cursor is (eg-cell A14) when the macro button is pushed and then return
    > to that spot (A14 in this example) at the end of the macro.
    >




+ 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