Search:

Type: Posts; User: Chuck1111

Search: Search took 0.03 seconds.

  1. "INDIRECT" References in Userform ComboBox--Excel 2003

    Does anyone know a way to use the "=INDIRECT" function in a userform combobox the same way it would be used in a regular combobox (i.e. one that is just in a spreadsheet)? In other words, I have two...
  2. Replies
    1
    Views
    6,350

    Behavior of 'Enter' Key in Excel Userform

    I have an issue with a userform in Excel VBA. Any help would be greatly appreciated.


    The userform has ~60 input boxes. The user is supposed to enter in an integer in the first input box, and...
  3. Replies
    1
    Views
    1,740

    Error handling problem in Excel VBA

    I am having a problem with the following code:

    Private Sub cmdNext_Click()

    'Make sure that all fields have been filled out
    If Me.txtFleetSize1.Text = "" Then GoTo ErrorBlank
    If...
  4. Import data from Excel file into new tab of another Excel file

    I am new to Visual Basic, so sorry if this is an extremely simple question.

    What I want to do is create code that will prompt the user to choose an Excel file to import data from, and have this...
Results 1 to 4 of 4



Click Here to Expand Forum to Full Width