+ Reply to Thread
Results 1 to 2 of 2

Excel form to place input into different worksheets

  1. #1
    Registered User
    Join Date
    09-13-2012
    Location
    Chicago
    MS-Off Ver
    Excel 2007
    Posts
    3

    Excel form to place input into different worksheets

    Hello All,

    I may be biting off more than I can chew, but here goes. I have created a user input form in a workbook that contains approximately 50 worksheets, each sheet named after a city. Is there a way to use vba to place the data from the input form in the worksheet that corresponds with the city the user types? The data is formatted exactly the same in every worksheet.

    As I have it now, the input data creates a new record in the next available blank row of a summary worksheet. I then have to cut and paste the data into the correct city's worksheet. Tedious!

    Thanks in advance for any help!

  2. #2
    Forum Guru HaHoBe's Avatar
    Join Date
    02-19-2005
    Location
    Hamburg, Germany
    MS-Off Ver
    work: 2016 on Win10 (notebook), private: 2019 on Win10 (desktop), 2019 on Win11 (notebook)
    Posts
    8,197

    Re: Excel form to place input into different worksheets

    Hi, chijeff,

    you could add a ComboBox with all the names of the worksheets except Summary and rely on that value as the sheet:

    Please Login or Register  to view this content.
    Ciao,
    Holger
    Use Code-Tags for showing your code: [code] Your Code here [/code]
    Please mark your question Solved if there has been offered a solution that works fine for you

+ 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