+ Reply to Thread
Results 1 to 5 of 5

Jump to specific column from dropdown menu

  1. #1
    Forum Contributor
    Join Date
    05-10-2016
    Location
    EUROPE
    MS-Off Ver
    Excel 365 64 bitt
    Posts
    178

    Jump to specific column from dropdown menu

    Hl,

    I would like to scroll to specific column by matching the value of cell criteria from drop down menu.

    I used this to do matching for the rows.

    Please Login or Register  to view this content.
    My question is that how I can modify this for the column (see atachment)?


    D2 cell contains dropdown menu with data G4:AZ1

    I would like to make this work so if I select from dropdown menu P5 it would scroll to column K

    Thanks for any help I can get.
    B.
    Attached Images Attached Images
    Last edited by besis; 04-08-2019 at 02:30 AM.

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,637

    Re: Jump to specific column from dropdown menu

    col= Application.Match(Range("d2").Value, Range("4:4"), 0)

    then
    Application.Goto Cells(somerow,col), True
    Ben Van Johnson

  3. #3
    Forum Contributor
    Join Date
    05-10-2016
    Location
    EUROPE
    MS-Off Ver
    Excel 365 64 bitt
    Posts
    178

    Re: Jump to specific column from dropdown menu

    Hi,

    My code looks like this.

    Please Login or Register  to view this content.
    It didn't work for me. I alm probably doing something wrong.

    Thanks for helping.
    B.

  4. #4
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,607

    Re: Jump to specific column from dropdown menu

    Change to
    Please Login or Register  to view this content.

  5. #5
    Forum Contributor
    Join Date
    05-10-2016
    Location
    EUROPE
    MS-Off Ver
    Excel 365 64 bitt
    Posts
    178

    Re: Jump to specific column from dropdown menu

    Hi,

    This is working. Thank you and protonLeah for helping.

    All the best.
    B.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 4
    Last Post: 12-31-2018, 02:42 PM
  2. Using Dropdown to jump to specific cell
    By billio75 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-02-2018, 12:28 PM
  3. Scroll to the specific cell from dropdown menu.
    By besis in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-23-2018, 05:41 PM
  4. [SOLVED] If answer Yes on a dropdown box, jump to a specific cell?
    By trenzalore888 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 10-26-2016, 02:50 PM
  5. [SOLVED] make dropdown menu dependent on other dropdown menu values
    By kosherboy in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-30-2015, 04:29 PM
  6. Drop down menu to jump to Column A value
    By bnasty in forum Excel General
    Replies: 8
    Last Post: 07-05-2013, 08:57 PM
  7. dropdown menu or Jump menu
    By the dude in forum Excel General
    Replies: 1
    Last Post: 03-26-2006, 02:58 PM

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