+ Reply to Thread
Results 1 to 14 of 14

userform combobox fills from selection on sheet

Hybrid View

mdshotgun userform combobox fills from... 11-26-2011, 05:43 AM
pike Re: userform combobox fills... 11-26-2011, 06:42 AM
Steffen Thomsen Re: userform combobox fills... 11-26-2011, 06:49 AM
mdshotgun Re: userform combobox fills... 11-26-2011, 07:15 AM
Steffen Thomsen Re: userform combobox fills... 11-26-2011, 07:17 AM
snb Re: userform combobox fills... 11-26-2011, 07:36 AM
mdshotgun Re: userform combobox fills... 11-26-2011, 04:07 PM
Steffen Thomsen Re: userform combobox fills... 11-27-2011, 06:38 AM
snb Re: userform combobox fills... 11-27-2011, 07:22 AM
royUK Re: userform combobox fills... 11-27-2011, 03:37 PM
mdshotgun Re: userform combobox fills... 11-27-2011, 07:21 PM
royUK Re: userform combobox fills... 11-28-2011, 02:07 AM
mdshotgun Re: userform combobox fills... 11-28-2011, 05:11 AM
royUK Re: userform combobox fills... 11-28-2011, 05:45 AM
  1. #1
    Forum Expert snb's Avatar
    Join Date
    05-09-2010
    Location
    VBA
    MS-Off Ver
    Redhat
    Posts
    5,649

    Re: userform combobox fills from selection on sheet

    or:
    Sub Userform_Initialize()
      for j=1 to 5
       me("Combobox" & j).list=sheets(1).range("B4:B13").value
      next
    End Sub



  2. #2
    Forum Contributor
    Join Date
    05-16-2010
    Location
    glasgow scothland
    MS-Off Ver
    Excel 2007
    Posts
    112

    Re: userform combobox fills from selection on sheet

    Thanks again for the code and help.

    @snb for some reason your code does'nt work.It just fills the comboboxes with all the fruits.

    @steffen your code is giving an error.

    Thanks anyway for trying.

+ Reply to Thread

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