VBA HELP!!

  • Thread starter Thread starter FF/Engineer
  • Start date Start date
F

FF/Engineer

I am very new to Excel VBA (within the past few weeks). I am trying
to write something that is way above my head right now. I would
appreciate if someone could get me started in the right direction. I
have a list of dates and data which accumulate in a workbook. I would
like to get this data from this workbook to another by having the user
enter a date range to search for in cell A:1 and A:2. I would like to
copy the data from the original workbook Sheet1 to the workbook where
the date range is entered in Sheet1 and paste only the data from this
range. I hope someone understands what I am trying to say, because I
am confusing myself trying to figure it out.

Thanks,
T
 
Try using the Macro Recorder......that is, Tools > Macros > RecordNewMacro,
and go through the steps just as you would do it by hand.......then turn off
the recorder......now you have someting you can edit and work with.
Incidently, I use macros and the Autofilter to do almost the exact same thing
you describe, except I transfer the filtered results to another
worksheet.........give it a try and post back if you run in to trouble.....

Vaya con Dios,
Chuck, CABGx3
 
Back
Top