To explain the process:
A user will open a custom form designed in Outlook. At the bottom of the form, there is a button that when clicked will open a template I made in Word. When the user completes the neccessary fields, the user will have to save the .doc under a new name. We have an Excel spreadsheet that tracks all the documents created from that template. Technically, the user can open the spreadsheet and insert the hyperlink but I would prefer to automate the process in case the user forgets to add that hyperlink. I am looking for a way that when the user saves the new .doc a hyperlink to that new .doc is inserted into the Excel spreadsheet in a specific cell(this cell will be a new cell each time).
In addition, I would like that same hyperlink to be added to another specific button in outlook onClose of the new .doc.
I sure do ask alot.....What I am asking is :Is this even possible?" If so, I am not sure where I should start. Does my code go into Outlook, Word, or Excel or does the code need to go into all three applications? I am a novice with VBA but I know it can do alot. But I think what I want is too advanced for me. Is there a way I can record a MACRO (once again basic knowledge) through different applications?
Any help would certainly be appreciated. All I normally need is a push in the right direction and I can basically take things from there.
Thanks!