View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Norbert[_2_] Norbert[_2_] is offline
external usenet poster
 
Posts: 31
Default finding date in range of dates

while recording a macro, I experience a problem:

I copy a cell with a date (e.g. 29.09.2008)
then I change to a different worksheet and paste into cell A1.
Then, I do: Edit, Find and I paste the date into the Find window.
When I click on OK, the correct cell is selected.

The problem is following: The macro records the value: 29.09.2008
The date I am searching for is variable and not always the same.

How can I solve this problem?

Thanks,
Norbert