SPLITTING DATA INTO NEW WORKSHEETS FROM ONE WORKSHEET

R

Romeo

I have a number of different rows that relate to different customers and i
wandered if anyone knew if i can split the data into new worksheets every
time there is a change in customer name down the column
 
J

JLatham

Since I'm seeing "new worksheets" and "change in customer name" (which I take
to mean a new customer name, I'm going to say that this can be done but that
it would have to be done with VBA code (a macro). I just did this very type
of thing for someone else here in these forums and what we did was to assign
a macro to a button that, when clicked, would either transfer the contents of
a particular row to a designated sheet (sheets were named with people's
names), or if it was a new person, then a new sheet was created and the
information transferred to it.

There are no worksheet functions to create new sheets in a workbook, so that
side of it alone requires VBA code to accomplish automatically.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top