View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel
teepee teepee is offline
external usenet poster
 
Posts: 103
Default another combobox question


"Dom_Ciccone" wrote in message
...
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