Hey guys,
I have been searching the internet trying to answer this questions for some time now.
here is goes...
I am using excel to store information for my notary scheduling business and currently i have userforms that pop up after a certain length of time has passed. The command buttons that are on the form create emails in outlook express, but i want the buttons to open saved emails instead of composing new ones.
Basically, I'm asking, it there a way to open a .eml file. I have seen how you can open excel files using openfile or a shell command, but i can't get it to work for a non-excel file
I tried the code below and others like it but no luck... please help if you can.
Dim myFile As String, getMyFile As Object
Set getMyFile = "E:\CA NOTARY & DOC SIGNERS\Emails\Ameriquest\additional docs for.eml"
myFile = "E:\CA NOTARY & DOC SIGNERS\Emails\Ameriquest\additional docs for.eml"
getMyFile.OpenFile
Geoff
I have been searching the internet trying to answer this questions for some time now.
here is goes...
I am using excel to store information for my notary scheduling business and currently i have userforms that pop up after a certain length of time has passed. The command buttons that are on the form create emails in outlook express, but i want the buttons to open saved emails instead of composing new ones.
Basically, I'm asking, it there a way to open a .eml file. I have seen how you can open excel files using openfile or a shell command, but i can't get it to work for a non-excel file
I tried the code below and others like it but no luck... please help if you can.
Dim myFile As String, getMyFile As Object
Set getMyFile = "E:\CA NOTARY & DOC SIGNERS\Emails\Ameriquest\additional docs for.eml"
myFile = "E:\CA NOTARY & DOC SIGNERS\Emails\Ameriquest\additional docs for.eml"
getMyFile.OpenFile
Geoff