View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 380
Default Document security question

Install an anti-virus program.

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"Sean" wrote in message
...
We will be opening up an .xls file programmically and we are concerned

about
opening up a file which may have a virus in it.
In this context I can only think of two possible attack scenarios .
1. VBA generated code (which I could disable macros)
2. an .exe with an .xls extension.

Clearly my knowledge is limited. So I ask how can we protect ourselves

from
opening up virus which is disguised as xls files?

This question is extremely important to what we want to do so any help

will
be great!


Thanks!