View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Alberto Pinto Alberto Pinto is offline
external usenet poster
 
Posts: 7
Default variable given by user

Hi!

How can i programatically select cells that correspond to user input data
(such as date).
Ie, i want to ask a user a date and then programatically select all rows
that have that date value at column A.

Thanks in advance.