philfloyduk
Board Regular
- Joined
- Jan 6, 2011
- Messages
- 82
Hi.
I have set up a spreadsheet and user form to manage our domestic appliance rentals. The rental is managed with a rental ID number which populates all the information on a user form (thanks to the help of one of the members here).
I would like to set it up to automatically print an invoice when each rental expires. All I need to know is how to code the sheet to recognise it's expired and how to then get the sheet to run code in to the form and generate the invoice. I don't need the code to populate the form or to create an invoice, I already have that, I just need to know how to activate some form of range("a5")_change code to run when the cell is flagged as expired.
Thanks in advance for any help offered.
Phil
I have set up a spreadsheet and user form to manage our domestic appliance rentals. The rental is managed with a rental ID number which populates all the information on a user form (thanks to the help of one of the members here).
I would like to set it up to automatically print an invoice when each rental expires. All I need to know is how to code the sheet to recognise it's expired and how to then get the sheet to run code in to the form and generate the invoice. I don't need the code to populate the form or to create an invoice, I already have that, I just need to know how to activate some form of range("a5")_change code to run when the cell is flagged as expired.
Thanks in advance for any help offered.
Phil