loop problem
Posted by Michael on December 27, 2001 1:52 PM
I have a drop down list of of the months of the year, in order. I used the Data Validation way to creat the drop down. Now, in a macro, I need to convert the month that was selected (Worksheet("Data Sheet").Cells(2,4).Value) to the numerical equivalent (ie January ->01, September->09). How can I do this quickly?