PC Review


Reply
Thread Tools Rate Thread

another combobox question

 
 
teepee
Guest
Posts: n/a
 
      13th May 2007
Anyone know how to set the link cell on a combobox inside a userform? I was
expecting to see something in vba properties like 'linkedcell' (like you get
in the control toolbox combobox) but it's not there.

Many thanks

tp


 
Reply With Quote
 
 
 
 
=?Utf-8?B?RG9tX0NpY2NvbmU=?=
Guest
Posts: n/a
 
      13th May 2007
Use the ControlSource property. If linking to cell C3 on a worksheet called
"DataSheet" just simply set the ControlSource property to:

DataSheet!C3

Note the exclamation mark

"teepee" wrote:

> Anyone know how to set the link cell on a combobox inside a userform? I was
> expecting to see something in vba properties like 'linkedcell' (like you get
> in the control toolbox combobox) but it's not there.
>
> Many thanks
>
> tp
>
>
>

 
Reply With Quote
 
teepee
Guest
Posts: n/a
 
      13th May 2007

"Dom_Ciccone" <(E-Mail Removed)> wrote in message
news:BF467EC3-8A21-4B6D-9854-(E-Mail Removed)...
Use the ControlSource property. If linking to cell C3 on a worksheet called
"DataSheet" just simply set the ControlSource property to:

DataSheet!C3

Many thanks Dom


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
combobox question Giselle Microsoft Excel Programming 1 19th Feb 2006 06:06 PM
Combobox question =?Utf-8?B?Sk9N?= Microsoft Access 11 10th Nov 2005 12:32 AM
ComboBox question web1110 Microsoft C# .NET 2 30th Mar 2005 10:11 PM
ComboBox Question Jorge Microsoft VB .NET 2 17th May 2004 06:02 PM
A ComboBox Question Rani Microsoft Access Forms 13 11th Nov 2003 09:11 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:01 AM.