View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Greg J Greg J is offline
external usenet poster
 
Posts: 4
Default VBA Code to read selection from a Validation List

Hi,

Excel 2003.

I have a cell on a worksheet that is set up as a dropdown list (Data
Validation List).

The list is in Sheet1 at cell A1 and I named the range MyListSelection.
The data range that populates the dropdown list is called MyListRange
(exists on another sheet)

From VBA code I am attempting to read the value selected in the

MyListSelection but always comes up blank although it displays the
selected text from the list.

How can I retrieve the selected text in the MyListSelection range?


Thanks in advance.