View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mick[_8_] Mick[_8_] is offline
external usenet poster
 
Posts: 6
Default Running code from list

Hi
I want to put a validation on a cell which will contain a list of months.
When the user selects a month from the list I want to automaticallyl filter
the data on a worksheet and create a chart from the filtered data.

The code is written and the validation is in a list on the cell.

How do I get the information selected from the list into the function so I
can filter the worksheet??

Any ideas gratefully received.