+ Reply to Thread
Results 1 to 2 of 2

USING A GOTO COMMAND IN EXCEL

  1. #1
    gscar2005
    Guest

    USING A GOTO COMMAND IN EXCEL

    I WOULD LIKE TO FIND A NUMBER IN COLUMN(B17:B162) THEN GO TO ADJACENT COLUMN
    (G17:6162.

    ANY HELP WOULD BE APPRECIATED.

  2. #2
    R.VENKATARAMAN
    Guest

    Re: USING A GOTO COMMAND IN EXCEL

    in vba it is
    activecell.offset(0,5)

    the meaning is
    activecell and move in the same row 5 columns to right.

    ===============
    gscar2005 <[email protected]> wrote in message
    news:[email protected]...
    > I WOULD LIKE TO FIND A NUMBER IN COLUMN(B17:B162) THEN GO TO ADJACENT

    COLUMN
    > (G17:6162.
    >
    > ANY HELP WOULD BE APPRECIATED.




+ 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