select columns A through D for each cell value in column A that equals a variable
Hi everyone,
Column A contains dates. A variable number of contiguous rows can have the same date in Col A.
I need to select columns A through Column D for each row where the date in Col A equals a user input date.
I then will send the selection to outlook mail.
For example: user input = 5/1/12
Col A Col B Col C Col D
date time user comments
5/1/12 0830 Fred on duty
5/1/12 1000 Fred something entered
5/1/12 1200 Fred lunch
5/1/12 1700 Fred off duty
5/9/12 0830 Fred on duty (new date)(do not select)
Any help would be greatly appreciated.