View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Greg Glynn Greg Glynn is offline
external usenet poster
 
Posts: 137
Default Extracting Mailboxes using Macros as in Pivot table?

Shamshad,

Turn on the Macro reporter and record the importing of the file using
comma delimeters.

Once you have this code, you can modify it (ALT-F11) to perform the
process again as a macro.

The construction of a Pivot Table from the resulting columns can also
be recorded and tweaked to later repitition.