View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
miss_mas miss_mas is offline
external usenet poster
 
Posts: 3
Default Moving Columns Macro

Here is a visual picture of what I am attempting to do:

Report Standard Column Headings
first_name last_name address state zip age birthdate
occupation

Report 1
last_name first_name age birthdate occupation address
state zip

Report 2
birthdate age occupation first_name last_name address state zip


Is this even possible? Any feedback would be greatly appreciated.
Thanks.