Thread: Specific Macros
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Biochemist Biochemist is offline
external usenet poster
 
Posts: 2
Default Specific Macros

I would like to know how to write a specific macro that handles the following
format:
download a series of alpha and numbers, the alpha values are always second
in the location, example would be
Cell A1 = 10102007 truckstop $15.32 $4449.31
Cell A2 = 95102007 office stop store center $22.32 $3465.89
I would like to have the macro able to place dates into A column dates, B
column vendor name, C column the first $ value, and in the D column the last
$ value, and have this run for the complete spreadsheet.
Thanks in advance