View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
FJB[_2_] FJB[_2_] is offline
external usenet poster
 
Posts: 3
Default Automating Splitting one worksheet

We pull information from an Access database using a select query and
convert the result to Excel. Now we have to change the column widths to
handle the information and separate the information by Region. Is it
possible to create a macro of VBA code to help do this more
effectively, change the column width on the initial worksheet and then
creat worksheets for each region and populating them with their data.
We moving from a monthly report to a weekly report and automation is
really needed. Thanks for our help.

Frank