View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] rich@richdavies.com is offline
external usenet poster
 
Posts: 2
Default Macro to split workbook into several based on cell contents

Hi,

I have a worksheet with all the sales data by salesperson for ten
branches. Column A is Branch Name, B is Sales Person, C is sales
figures.

I want to create a macro which splits this into ten workbooks, named by
branchname.


Can anyone suggest the easiest way ?



Rich