https://github.com/adilsezer/invoicegenerator
A VBA macro project, allowing vendors to enter bulk invoice details in Excel and automatically create PDF invoices based on a predefined company template in a worksheet
https://github.com/adilsezer/invoicegenerator
excel invoice pdf vba
Last synced: about 2 months ago
JSON representation
A VBA macro project, allowing vendors to enter bulk invoice details in Excel and automatically create PDF invoices based on a predefined company template in a worksheet
- Host: GitHub
- URL: https://github.com/adilsezer/invoicegenerator
- Owner: adilsezer
- Created: 2020-08-14T21:33:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-23T23:57:59.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T14:53:57.030Z (3 months ago)
- Topics: excel, invoice, pdf, vba
- Language: VBA
- Homepage:
- Size: 846 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# InvoiceGenerator
A VBA macro project, allowing vendors to enter bulk invoice details in Excel and automatically create PDF invoices based on a predefined company template in a worksheet## Usage
* Create an invoice template sheet and name it as specific clientID
* Modify created invoice template sheet as per your need (keep the ``Unique..`` keywords to let macro catch details)
* Enter invoice fields in ``Invoice Details`` Sheet
* Press macro button## Screenshots
### Invoice Details Sheet with some data

### Created PDF invoice
