automation of formatting
both can be done quite easily...but we'd need to see the code that loads the
sheet with the MS Access data to get a handle on the method used in order to
give you an appropriate response.
for example you may have
Range("A1").CopyFromrecordset rst
or various other methods of loading the data to the sheet.
"Imran Ghani" wrote in message
...
Hi! I want to format my excel data that's been imported from MS Access,
such
that, ther's a box around all the data cells, also please help me, about
how
to have my aggregate fields at the end of the data. Can this be achieved
using MS Excel 2007, automation using macros, or VBA. I'd much appreciate
your guiding remarks. Thanks in advance.
Regards,
Imran.
|