Ticket Spreadsheet.xlsx
I have looked at various threads and whilst i can find similar solutions none are working
I want a ticketing system that automatically sends an email containing references to the address in column I when the corresponding cell B is changed to 'IN PROGRESS' then another (different email) when it is changed to resolved.
I want a MsgBox to appear asking: 'Would you like to email the customer?' Y/N so i can choose not to send the email. i want excel to just directly send the email via the exchange network IF POSSIBLE and not open outlook email; however i would be happy to run it through Outlook if it makes this work.
So when column B changes to 'IN PROGRESS' an message box appears.
If Yes is clicked an email is sent:
Email Subject: Ticket Number [COLUMN A] for [COLUMN J]
Email Msg: Thanks for returning your [COLUMN J] your ticket number is [COLUMN A] please quote this on all future emails. We aim to resolve this by [COLUMN C + 7 DAYS]. Thank You.
When column B is changed to 'RESOLVED' then it should send another email out:
Email Subject: Ticket Number [COLUMN A] for [COLUMN J] - RESOLVED
Email Msg: Your issue with your [COLUMN J], ticket number [COLUMN A] has now been resolved. Thank You.
My code is probably miles away from being right:
![]()
Please Login or Register to view this content.
Thanks in advance.
Bookmarks