Excel Vba Help: Using Combobox And/or Listbox To Highlight A Particular Row And Column?

i have a worksheet with names listed in column A and dates listed on row 1.
what i need to do is to use two comboboxes/listboxes (don’t know which is better for this situation!); the first one the user selects the name and the second selects the date.
my question: is there any way, when the user selects a name, that the combo/list box finds that particular name and takes notes of the row in which it resides (as variable “a”) and similarly a column for the date (as variable “b”) as integers. [ie. row 3 column C: a=3, b=3]??
thanks!

Digg This
Reddit This
Stumble Now!
Buzz This
Vote on DZone
Share on Facebook
Bookmark this on Delicious
Kick It on DotNetKicks.com
Shout it
Share on LinkedIn
Bookmark this on Technorati
Post on Twitter

Author: admin on December 27, 2009
Category: Excel Macros , Formula & Other VBA Codes
Tags: , , , , , , , ,
1 response to “Excel Vba Help: Using Combobox And/or Listbox To Highlight A Particular Row And Column?”
  1. David M says:

    Check out sum producthttp://www.xldynamic.com/source/xld.SUMP…

Leave a Reply

Last articles