Thread: McAfee problem
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
papou[_4_] papou[_4_] is offline
external usenet poster
 
Posts: 110
Default McAfee problem

Hello
If helpful at all:
Same behaviour with FSecure (unknown virus found) for one of my workbooks
where code exports modules and imports them into a new workbook (no
references to the Extensibility Library).
And eventually I could find no solution apart from setting FSecure to ignore
such issues.

Cordially
Pascal


"RB Smissaert" a écrit dans le message de
news: ...
Have a problem with one particular user of my software where McAfee takes
out all the code from the ThisWorkbook module of a .xla add-in.
I know this somehow has to do with the Extensibility library (that let's
you program the VBE) and I have moved all code to do with this from the
ThisWorkbook module to a normal module. This didn't solve it.
I then removed the reference to the Extensibility library and used late
binding. Didn't solve it either.

I know that the solution should be to setup McAfee properly and ignore
this file, but the user has some problem with
this and it would be nice if I could solve it from my end.
Any suggestions what I could do next?
Could there be something else to blame, other than the Extensibility
library.
Just to make clear, I know the .xla has no virus!

RBS