N
news.microsoft.com
Hi all,
I share a from that run Excel from outlook script, fill sheet with some data
of my contact folder save the excel file and add it as an attachement to a
mail and send it
But....
For some user ( laptop user) they don't have Excel and my form generate an
error
1) How can'I check if Excel is installed to inform the user and propose to
him a link on my app server for installing Excel
2) In other part of my form I load a Word document how can I check if the
file exist before loading
for the moment to check the file I use
on error resume Next
..
..
if Err.Number<>0 then
Is there a better way to do taht ?
tks
I share a from that run Excel from outlook script, fill sheet with some data
of my contact folder save the excel file and add it as an attachement to a
mail and send it
But....
For some user ( laptop user) they don't have Excel and my form generate an
error
1) How can'I check if Excel is installed to inform the user and propose to
him a link on my app server for installing Excel
2) In other part of my form I load a Word document how can I check if the
file exist before loading
for the moment to check the file I use
on error resume Next
..
..
if Err.Number<>0 then
Is there a better way to do taht ?
tks