Tenacious1
New Member
- Joined
- Jul 28, 2018
- Messages
- 7
Hi there
There are 16 properties made up of 54 tenants. We arrange the insurance and pay a rounded premium for the entire portfolio.
The total premium has been apportioned per property already by the insurance company, and I have now apportioned the premium per tenant per property within the 'Data'.
I am a beginner with VBA but what I would like to do is hit a button and create an invoice for each tenant (in PDF) based on the premium data entered in excel, and to save it to a folder.
I understand very basic VBA so I am not coming in completely blind.
The layout of the headers in the data based on the information required for an invoice is as follows (in order from top of the invoice to bottom)
Columns:
Tenants name: F
Address: C
Premium: U
Any help would be greatly appreciated. Thanks
There are 16 properties made up of 54 tenants. We arrange the insurance and pay a rounded premium for the entire portfolio.
The total premium has been apportioned per property already by the insurance company, and I have now apportioned the premium per tenant per property within the 'Data'.
I am a beginner with VBA but what I would like to do is hit a button and create an invoice for each tenant (in PDF) based on the premium data entered in excel, and to save it to a folder.
I understand very basic VBA so I am not coming in completely blind.
The layout of the headers in the data based on the information required for an invoice is as follows (in order from top of the invoice to bottom)
Columns:
Tenants name: F
Address: C
Premium: U
Any help would be greatly appreciated. Thanks