Results 1 to 7 of 7

Need Help Coding ComboBoxes

Threaded View

  1. #3
    Registered User
    Join Date
    02-18-2019
    Location
    United States
    MS-Off Ver
    Office 365
    Posts
    11

    Re: Need Help Coding ComboBoxes

    Good Morning Kev_ & thank you for the welcome!

    It is an active-x combo box. I have used the following code in attempt to make this work;

    Private Sub ComboBox1_KeyDown(ByVal KeyCode As MSForms.ReturnInteger, _
    ByVal Shift As Integer)
    If KeyCode = 13 Or KeyCode = 9 Then
    Range("B15").Activate
    End If
    End Sub

    Is there a way I can attach the file to the forum so you could take a look for yourself. I am so close, and this sheet is going to make my work so much easier. I am going to try the code above right now.

    EDIT: I used the code above and it worked as described. As soon as you click off combo-box1 the focus is shifted to combo-box2. As this is better than the alternative, I still would like to be able to use the enter key. The document I am creating will be used for our salesforce as a method of submitting orders. I fear that if i dont make it as simple as possible they will just refuse to use it and continue submitting orders via email. With this document it will be easy to see who ordered what and when rather than searching thousands of emails. I never worked with sales directly before, but they are a special group of people who I feel only care about the final result of the sale, and not the 15 other steps it takes to get product out the door!

    I appreciate your help very much, if you have further insights, or a good way to train yourself in coding I am all ears.
    Last edited by Beast_OnThe_Keys; 02-19-2019 at 11:48 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] In need of help regarding combo box coding and button coding (Access form project)
    By mailblade in forum Access Tables & Databases
    Replies: 2
    Last Post: 01-09-2016, 01:34 AM
  2. Coding comboboxes to limit to list
    By fenfool in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-12-2015, 11:33 AM
  3. Replies: 3
    Last Post: 02-18-2015, 02:02 PM
  4. Help! Entire Row Hidden - w/Two ComboBoxes - Doesn't Hide the ComboBoxes
    By ocnmel in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-06-2015, 09:27 AM
  5. filtering comboboxes depend on value of other comboboxes
    By hassan khansa in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-18-2014, 09:18 AM
  6. [SOLVED] Vb macro coding for transpose - complete coding?
    By Dharani Suresh in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-02-2013, 05:04 AM
  7. [SOLVED] Calculating Time in Userform Textbox and Filtering Comboboxes Coding Help
    By hiddenupnorth in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-01-2012, 01:12 PM

Tags for this Thread

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