R
RB Smissaert
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
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