Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Combobox question


I am trying to make this work but can't seem to figure it out.

I have a combobox populated from a worksheet that has two column
Jobcode and jobtitle

I want to be able to type a jobcode in column F5:F2000
I want the jobcode to be found in the combobox and then load th
Jobtitle in column G5:G2000

Each row will have a differant jobcode and some rows will have the sam
jobcodes as other rows.


I can achieve what I want using the following,

Me.ComboBox1.Text = Range("F5").Value
Range("G5") = ComboBox1.Column("1")

But how do I make it do the same thing without having to have 200
lines of code like above?

PLease help

Thanks
Charle

--
mrdat
-----------------------------------------------------------------------
mrdata's Profile: http://www.excelforum.com/member.php...fo&userid=1789
View this thread: http://www.excelforum.com/showthread.php?threadid=56264

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
Combobox question lc Excel Programming 4 September 6th 05 03:40 PM
ComboBox question the_edge_27 Excel Programming 1 August 16th 05 08:22 PM
Combobox Question scrabtree[_2_] Excel Programming 1 October 7th 04 07:48 PM
ComboBox Question Kevin Excel Programming 1 December 7th 03 04:54 PM
ComboBox Question Terry Detrie Excel Programming 2 October 18th 03 02:55 PM


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