Results 1 to 3 of 3

Format in Combobox / Listbox

Threaded View

  1. #1
    Forum Contributor CobraLAD's Avatar
    Join Date
    07-23-2007
    Location
    Boksburg, South Africa
    MS-Off Ver
    Office 2019
    Posts
    346

    Format in Combobox / Listbox

    Hi

    I have on a sheet data from column A - E

    000001 | ACC001 | Account Name | 25 Mar 2008 | R 20,560.00


    when I list in a Combobox with 5 columns it display like this

    1 | ACC001 | Account Name | 3/25/2008 | 20560

    Is there a way to display exactly as it is on the sheet. I am using this code

    Dim MainList As Integer
    MainList = Sheet5.Range("A65536").End(xlUp).Row
    UserForm1.ComboBox1.List = Sheet5.Range("A2:E2", "A" & MainList).Value
    I have tried a ListBox as well, same thing
    Last edited by CobraLAD; 03-25-2008 at 11:55 PM.

Thread Information

Users Browsing this Thread

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

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