View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
___Zoom ___Zoom is offline
external usenet poster
 
Posts: 8
Default macro problem related with all worksheets

Hi, I have a workbook with a lot of worksheets. I need to write a macro that:
a) takes an input of date in (dd.mm.yyyy) format.
b) takes an input of some txt
c) Search each and every worksheet column F to find that spesific date
d) If such date is present, write the text input to column A at the same row
where the the date has found.
Can anyone help me to solve this problem?
THank you for your help
E.C.