Consulting

Results 1 to 1 of 1

Thread: Help to VBA - Combo Box and Command button

  1. #1
    VBAX Newbie
    Joined
    Jun 2013
    Posts
    1
    Location

    Help to VBA - Combo Box and Command button

    Hi guys!

    Hopefully you can help me with these problems. I'm having some trouble with my VBA project.

    Atm I have a excel spreadsheet with some labels (weeks and cities, x,y) and lots of data to represent sales in the particular week and city.

    I would like a combo box to list all the cities in the spreadsheet (they are all listed in the 1st coloum of the sheet).
    EDIT: I have added the combobox with .additem "" - a better solution is of course welcome!

    Furthermore i would like 2 textboxes to list additional data (where i can put in sales for the city i chose in the combo box) and a button which put in the data from the text box into the sheet in the right place!

    I have a button now that adds a new week to the spreadsheet so that part is covered!

    If dont understand the questions please reply.

    Thans in advance for your help!
    Last edited by pasj; 06-19-2013 at 01:11 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •