J
James R Houck
WI need to determine a way to get Outlook to execute VB Script
embedded inside of an html based email. We have VB Script that uses
the OWC( excel component to generate a spreadsheet and a chart). To
get the spreadsheet and chart to appear in the email, we need outlook
to execute the VB Script.
The VBScript is currently trigger by the Window_onLoad() event. We are
not limited to this method. We can inline the VBScript or we can
create a separate function or subroutine which method works best
inside Outlook.
To summarize, we need to execute VBScript in an HTML based email that
is sent to a user of the Outlook client.
Hope this information is sufficient.
embedded inside of an html based email. We have VB Script that uses
the OWC( excel component to generate a spreadsheet and a chart). To
get the spreadsheet and chart to appear in the email, we need outlook
to execute the VB Script.
The VBScript is currently trigger by the Window_onLoad() event. We are
not limited to this method. We can inline the VBScript or we can
create a separate function or subroutine which method works best
inside Outlook.
To summarize, we need to execute VBScript in an HTML based email that
is sent to a user of the Outlook client.
Hope this information is sufficient.