Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 41
Default Setting the value of a cell from a combo box

I have a combo box called companylist, when I select a
value from that combo box I want it to place the value in
a cell (H5), on the change property of the combobox i
entered sheet1:h5=companylist which doesnt work, any help
would be appreciated


Thanks



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Setting the value of a cell from a combo box

worksheets("Sheet1").Range("H5").Value = CompanyList.Value

--
Regards,
Tom Ogilvy

"Nigel BEnnett" wrote in message
...
I have a combo box called companylist, when I select a
value from that combo box I want it to place the value in
a cell (H5), on the change property of the combobox i
entered sheet1:h5=companylist which doesnt work, any help
would be appreciated


Thanks





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
setting cell values based on a 3rd cell Bob Excel Worksheet Functions 4 March 30th 10 08:53 PM
when setting a cell to equal a blank cell it displays 0 BWildeRed Excel Worksheet Functions 2 January 5th 10 07:04 AM
Dynamically setting CELL COLORS based on TWO OTHER cell values Tom Excel Discussion (Misc queries) 3 February 22nd 09 07:34 PM
Setting a cell equal to another worksheet cell fails (sometimes) Richard Excel Worksheet Functions 2 March 10th 06 04:11 AM
My cell will not advance to next cell setting at enter! Cell advance at enter Setting up and Configuration of Excel 2 October 14th 05 01:21 AM


All times are GMT +1. The time now is 03:22 AM.

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"