Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 48
Default Form Controls on Excel worksheet

Hello,

can I use an array as input range for a (form) combo box ?

Kind regards,

H.G. Lamy


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Form Controls on Excel worksheet


You have to manuall in code use Additem to put each item of an array
into a combobox


for i = 0 to Ubound(MyArray)

Listbox1.additem MyArrray(i)

next i


--
joel
------------------------------------------------------------------------
joel's Profile: 229
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=170371

Microsoft Office Help

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 48
Default Form Controls on Excel worksheet

Thank You !

H.G.

"joel" wrote in message
...

You have to manuall in code use Additem to put each item of an array
into a combobox


for i = 0 to Ubound(MyArray)

Listbox1.additem MyArrray(i)

next i


--
joel
------------------------------------------------------------------------
joel's Profile: 229
View this thread:
http://www.thecodecage.com/forumz/sh...d.php?t=170371

Microsoft Office Help



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
How do I split form controls in a sheet in excel? Desperateticha Excel Discussion (Misc queries) 1 November 9th 07 01:57 PM
Form controls in Excel 07 New to Excel 07 Excel Discussion (Misc queries) 1 July 30th 07 04:43 PM
ActiveX Controls vs Form Controls Alex Excel Discussion (Misc queries) 1 January 11th 06 08:46 AM
Label, Text and Form controls in Excel 97 TomCee Excel Programming 1 April 20th 04 04:52 PM
Form Controls on a worksheet and Macro Peter M[_3_] Excel Programming 4 February 21st 04 02:12 AM


All times are GMT +1. The time now is 07:12 AM.

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

About Us

"It's about Microsoft Excel"