Separate Worksheets into Separate WorkBooks
Once the sheet is separated into different worksheets (as given in example 2), many times we need to send different sheets to different people (vendors/branches/departments). For that follow the following:
- Use the code and procedure given in Point No. 2 before this procedure to separate the worksheets based on a column.
- Then open VBA Windows with Alt + F11 and paste the Code given below.
- Run the VBA Code from the View Macros with name Splitbook.
- Your sheets will be separated and saved in the same folder where your workbook was open. Enjoy working smartly.
Download the Code Here Split Books