View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
rznante rznante is offline
external usenet poster
 
Posts: 4
Default Query Update from Access: Re Ordering Columns

I am pulling data into MS Excel from MS Access via a VBA constructed
query with
decending dates across the top....

Problem: As each new subsequent date arrives.. it populates at the end
of the table, say Column AA, instead of being the first column, column
C.

Am I missing something where I can have Excel import in the exact same
order as it is generated in MS Access??

Thanks for your help,
Mike