VBA to Copy data and format transactions for QuickBooks import

jtbsu

New Member
Joined
Jan 29, 2014
Messages
1
I am currently trying to take an excel file that has purchase transactions as shown below and convert them into something that will import into an accounting software. I know it would be easier for that person gathering the information to input it the information directly into the accounting software but unfortunately for control purposes I was told that is not allowed. So I have to duplicate the work already being done and I would like to have the work from the person gathering the information to just import into the accounting software. Any help is greatly appreciated. I have been trying to search and build such a macro with absolutely no luck. Thank you.
DateCheck #VendorNotesAccount NumberAmountTotal PmtLocationTrans #
12/1/131000StaplesSupplies6120100.00100.00North1
12/1/13EFTOffice MaxSupplies6120200.00240.00South2
******* Supplies612540.00General2
12/1/13EFTPost officepostage7250150.00150.00General3

<tbody>
</tbody>

<colgroup><col><col><col><col><col><col><col><col><col><col></colgroup><tbody>
</tbody>

After the conversion the information must look like this with 1111 being the checking account that was used to pay for the item(s). So 1 purchase from office max may have to be split between 2 expense accounts with the sum hitting the bank.
BlankTransaction TypeDateAccount NumberNameAmountLocationCheck #Notes
TRNSCheck12/1/131111Staples-100.001000
SPLCheck12/1/136120Staples100.00North1000Supplies
ENDTRNS
TRNSCheck12/1/131111Office Max-240.00EFT
SPLCheck12/1/136120200.00SouthEFTSupplies
SPLCheck12/1/13612540.00GeneralEFT******* Supplies
ENDTRNS
TRNSCheck12/1/131111Post Office-150.00EFT
SPLCheck12/1/137250150.00GeneralEFTPostage
ENDTRNS

<tbody>
</tbody>
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.

Forum statistics

Threads
1,214,952
Messages
6,122,454
Members
449,083
Latest member
Ava19

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