+ Reply to Thread
Results 1 to 5 of 5

select a sheet from a drop down menu and move the row in the selected sheet

  1. #1
    Registered User
    Join Date
    03-27-2012
    Location
    Sofia
    MS-Off Ver
    Excel 2010
    Posts
    46

    select a sheet from a drop down menu and move the row in the selected sheet

    Guys,

    Hello again. I have been able to get some really good help from you and I am hoping that I would be able to get some assistance one more time.

    I have this sheet: 4_25.xlsm with tickets and I am trying to come up with a way to easily move the tickets within the different teams.
    So I was thinking that maybe there can be a drop down menu generated in column "I". When a team is selected from there the whole row would be moved to the appropriate team's sheet.

    If anyone has an idea on how I can accomplish that, I would greatly appreciate if you would share it with me!
    Thank you guys in advance.
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: select a sheet from a drop down menu and move the row in the selected sheet

    trying to figure out where you want to put this. could you add a before and after example in your workbook?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    03-27-2012
    Location
    Sofia
    MS-Off Ver
    Excel 2010
    Posts
    46

    Re: select a sheet from a drop down menu and move the row in the selected sheet

    I currently have a script that generates the link in "A" and the date in "H" when something is entered in "B", so my idea is to have the drop down menu generated in "I" with a list of "mine" "LAN" "voice" "8k" "SD" and "TC". Selecting one of those entries will send the row to the corresponding team's sheet.
    for example:
    I generate my entry (paste the NA REQ and "name" in the appropriate cells" in sheet 'mine') and I start working on the ticket, but for example I might need to escalate it to one of the teams, for example to the LAN team - I currently cut and paste between the sheets, but was hoping to have this automated with either a drop down or radio buttons
    and I would get the row:
    ℮ NA12345 REQ987654 Jones 2-Apr-12
    screen2_1.jpg
    from the sheet 'mine' to the sheet 'LAN' :
    screen2.jpg
    And than if need be, I would have the option to move it to another team (for example 'voice') and so on..
    I hope this clears things.
    Attached Images Attached Images
    Last edited by AlienPump; 04-25-2012 at 10:54 AM.

  4. #4
    Registered User
    Join Date
    03-27-2012
    Location
    Sofia
    MS-Off Ver
    Excel 2010
    Posts
    46

    Re: select a sheet from a drop down menu and move the row in the selected sheet

    Guys,
    does anybody have an idea if this is actually possible - to have a radio button or a drop down menu, with the help of which to move rows around between the sheets?
    Thanks in advance to anyone who might be able to provide any assistance.

  5. #5
    Forum Expert jaslake's Avatar
    Join Date
    02-21-2009
    Location
    Atwood Lake in Mid NE Ohio...look it up.
    MS-Off Ver
    Excel 2010 2019
    Posts
    12,749

    Re: select a sheet from a drop down menu and move the row in the selected sheet

    Hi AlienPump
    It seems to me you could use Data Validation in the column I cells and a ChangeEvent code to move the row when column I changes.
    You have existing ChangeEvent code so you're familiar with it...do you need assistance with this additional code?
    John

    If you have issues with Code I've provided, I appreciate your feedback.

    In the event Code provided resolves your issue, please mark your Thread as SOLVED.

    If you're satisfied by any members response to your issue please use the star icon at the lower left of their post.

+ 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