Hi,
I have built a basic helpdesk in excel for jobs my company does for its clients. It has got more and more complicated and I am having to learn more about VBA. Since I started using it I have managed to capture more jobs than before therefore we can charge our clients more, now I have been asked to send clients confirmations of jobs being logged.
I have already got a reported by Textbox on my userform, I have added Telephone Number and Email address Textboxes with add contact and send confirmation command buttons.
I would like to add a new contact to outlook using reported by(Name), Telephone number and email address textboxes when I click add.
I would also like to send a basic email to the person with the data from a few other textboxes when the send button is clicked.
Rather than actually saving the contact or sending the mail, I would like it to stop at the save contact to address book and send the mail message. just get to the point where I can click save or send.
I also have to consider the different operating systems and versions of office.
I personally use Win 8 64 with Office13 64. My work computer(s) are Vista 32 with office07 - I don't use this for much as it is heavily restricted. My preferred work computer is XP 32 with Office03 so I would really like what ever vba code I use to work on any of these OS and Office versions.
Sorry if these questions have already been asked... please kindly direct me
Regards,
Cuba64
I have built a basic helpdesk in excel for jobs my company does for its clients. It has got more and more complicated and I am having to learn more about VBA. Since I started using it I have managed to capture more jobs than before therefore we can charge our clients more, now I have been asked to send clients confirmations of jobs being logged.
I have already got a reported by Textbox on my userform, I have added Telephone Number and Email address Textboxes with add contact and send confirmation command buttons.
I would like to add a new contact to outlook using reported by(Name), Telephone number and email address textboxes when I click add.
I would also like to send a basic email to the person with the data from a few other textboxes when the send button is clicked.
Rather than actually saving the contact or sending the mail, I would like it to stop at the save contact to address book and send the mail message. just get to the point where I can click save or send.
I also have to consider the different operating systems and versions of office.
I personally use Win 8 64 with Office13 64. My work computer(s) are Vista 32 with office07 - I don't use this for much as it is heavily restricted. My preferred work computer is XP 32 with Office03 so I would really like what ever vba code I use to work on any of these OS and Office versions.
Sorry if these questions have already been asked... please kindly direct me
Regards,
Cuba64