+ Reply to Thread
Results 1 to 3 of 3

Button does not add in sequence from top to bottom. On a VBA, and drop down issues.

  1. #1
    Registered User
    Join Date
    05-05-2016
    Location
    Arizona
    MS-Off Ver
    2010
    Posts
    16

    Button does not add in sequence from top to bottom. On a VBA, and drop down issues.

    Have two issues when selecting the drop down will like to populate the column "A2" and so on as I click the add button.

    Also is the issue for the information does not go in order, Seems to go always to the top row. Goal is to populate the rows in sequence with the information given.

    Any help will be appreciated
    Attached Files Attached Files

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

    Re: Button does not add in sequence from top to bottom. On a VBA, and drop down issues.

    Not really sure, but do you want?
    Please Login or Register  to view this content.
    If this is correct, you also need to check if ComboBox1 is not blank when ADD button has been clicked.

  3. #3
    Registered User
    Join Date
    05-05-2016
    Location
    Arizona
    MS-Off Ver
    2010
    Posts
    16

    Re: Button does not add in sequence from top to bottom. On a VBA, and drop down issues.

    Do you think this will work?


    If ComboBox1.ListCount = 0 Then
    MsgBox "List Empty"
    End If

    With ComboBox1
    .AddItem "324"
    .AddItem "373"
    .AddItem "412"
    End With

    If ComboBox1.ListCount > 0 Then
    MsgBox "Combobox1 has " & ComboBox1.ListCount & " entries"
    End If

    End Sub

+ 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. Basic Button Required, 'add new row to bottom of table'
    By Andrew E Smith in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-14-2012, 10:43 AM
  2. [SOLVED] Button to add new row at bottom of current table
    By fenlon27 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 08-17-2012, 09:48 PM
  3. [SOLVED] Drop Down starts at bottom of list
    By John Jahn in forum Excel General
    Replies: 0
    Last Post: 07-19-2011, 11:09 AM
  4. Button to generate a sequence of numbers
    By adeleex in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-16-2011, 06:13 AM
  5. putting a sequence of button pushes into Array
    By cporter5 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-26-2010, 08:36 AM
  6. How to add a control button to bottom of DYNAMIC USERFORM
    By welchs101 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-05-2010, 04:50 PM
  7. Tab sequence from cell to active x button and then to a command button
    By 2funny4words in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-07-2009, 02:27 PM
  8. drop down cells and put the bottom at the top in a new sheet
    By dave needs help with excel in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 10-04-2005, 07:05 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