How to create a VBA script to automate the process to separte reports from the master

Ladybug924

New Member
Joined
Jun 26, 2013
Messages
2
Hello,

Can you please help me creating a VBA script to automate the process to separte data files by "Payee" from master source file? Below is a sample source report (much simpler and shorter) to generate a separate Excel report by Payee. So, out of this sample, 3-new reports should be created after a successful automation. Thank you in advance for your feedback.

PAYEE
CLIENT
MOS
TOTAL
INVOICE#
CK#
CK DATE
VENDOR 1
ABC
MAY/2013
$100
AAA
123
6/22/13
VENDOR 2
DEF
MAY/2013
$200
BBB
456
6/22/13
VENDOR 3
GHI
MAY/2013
$300
111
789
6/22/13
VENDOR 1
XYZ
MAY/2013
$400
222
321
6/22/13

<TBODY>
</TBODY>
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).

Forum statistics

Threads
1,214,983
Messages
6,122,598
Members
449,089
Latest member
Motoracer88

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top