View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mmcfadd1 mmcfadd1 is offline
external usenet poster
 
Posts: 2
Default Making a macro interactive

Hi, I'm trying to create a macro that looks up specific rows in excel for a
given MM/YY. I would like to create a message box in which the user could
scroll through a list and select the appropriate MM/YY and then the macro
would target only those rows that are relevant to the given date.

Any ideas? Thanks in advance.