Results 1 to 11 of 11

Userform: ComboBox Automatically Populating

Threaded View

  1. #7
    Registered User
    Join Date
    09-05-2011
    Location
    St. John's, Canada
    MS-Off Ver
    Excel 2010
    Posts
    70

    Re: Userform: ComboBox Automatically Populating

    That's what I was just attemping. However, when I try your code I get an error

    "Run-Time Error '1004'

    The Sort reference is not valid. Make Sure that it's within the data you want to sort, and the first sort by box isn't the same or blank" Specifically the code I used was

    Sheet3.Range("A1").CurrentRegion.Sort Key1:=Range("A1"), Order1:=xlAscending, Header:=xlGuess, _
            OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom, _
            DataOption1:=xlSortNormal

    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

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