Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27
Default Combo box feed

Dim i As Long
Dim strTemp As String
Dim stopLoop as Boolean

stopLoop = False

Do
i = i+1
If Sheets("name").Range("A" & i) < "" Then
UserForm1.ComboBox1.AddItem Sheets("name").Range("A" & i)
Else
stopLoop = True
End if
Loop Until stopLooop

Uzytkownik "igor" napisal w wiadomosci
...
Hi,

guys i'm haveing a problem feeding a combobox off of a
spredsheet. i have a user form that contains a combo box.
i want it to be fed by items listed on sheet1 in cells a1
thru a10. Please help.

Thanks in advance.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
RSS feed with excel? Eric Excel Discussion (Misc queries) 0 July 23rd 07 07:16 PM
Fonts & Line Feed in a Cell Mark B Excel Discussion (Misc queries) 4 February 8th 07 05:50 PM
Life Feed character ArthurJ Excel Worksheet Functions 3 October 22nd 06 11:03 PM
Replace Line Feed nsv Excel Discussion (Misc queries) 7 February 16th 06 04:37 PM
How can I feed data to other sheets? Sil Excel Discussion (Misc queries) 3 August 13th 05 08:40 PM


All times are GMT +1. The time now is 02:19 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"