#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default column hint

an activeX combobox from the forms toolbar already has this property
(although not exactly as you state).

Look at the MatchEntry property.

--
Regards,
Tom Ogilvy



"Żaczek" wrote in message
...
Hi,

First st of all, sorry for my English :)

Excel has a propery, that he remember last values entered into each

column,
and when user enters new data, excel prompt when first inserted letter is
the same with one of the last enetered data in this column.

Is there any way to give this property to VB comboBox, for example from
column A?

Thanx in advance!




  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default column hint

ok, but how to automaticly load data from column i.e. X to this combo?
Is there any mechanizm included in VB or i shold do it myself?



Look at the MatchEntry property.

--
Regards,
Tom Ogilvy



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default column hint

set rng = Range(Cells(1,x),Cells(rows.count,x).End(xlup))
combobox1.List = rng.Value

Would be a guess at what you are asking.

--
Regards,
Tom Ogilvy


"Żaczek" wrote in message
...
ok, but how to automaticly load data from column i.e. X to this combo?
Is there any mechanizm included in VB or i shold do it myself?



Look at the MatchEntry property.

--
Regards,
Tom Ogilvy





  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default column hint


thx :)


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
Create a help hint for a UDF Mary Excel Worksheet Functions 3 October 9th 09 11:14 AM
Excel'03 - non printing help/hint automated messages working Excel Discussion (Misc queries) 5 July 25th 07 02:06 AM
any hint for using excel to create a model? gipsassignment Excel Discussion (Misc queries) 1 October 19th 05 02:49 PM
how to make a help hint for my function made by myself. steve Excel Programming 2 August 22nd 03 02:11 AM
how to make hint of help or comment of a self-made function. youngman Excel Programming 1 August 12th 03 02:26 AM


All times are GMT +1. The time now is 05:07 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"