Re: VB project being modified implicitly by Tony
Tony
Wed Nov 01 05:46:10 CST 2006
If your 'Forms' include ActiveX controls (from the Control Toolbox) that is
probably the cause. I don't know exactly how it works but such controls do
trigger the 'document contains macros' warning on opening unsigned documents
so it seems highly likely that changes to them will be marked in some way as
changes to the project. I think the reasoning behind it is that they present
a possible security threat - and flagging them up as macros is an easy
(though confusing to many users) way to highlight the fact.
--
Enjoy,
Tony
"CraigB" <kaldvelski@yahoo.co.uk> wrote in message
news:1162379909.710633.315930@m7g2000cwm.googlegroups.com...
> I have a signed VB project which is somehow being modified and thus the
> signature is being discarded. I know the users aren't modifying the
> code through the VBIDE and my project doesn't use VBE to modify itself,
> so what other actions could mark a VB project as 'dirty'?
>
> I know with excel removing worksheets has this affect but is there
> anything similar in Word? Not that I think I'm doing like that. My best
> guess is it's something to do with one of my forms but all you can
> really do with forms is set properties, so again I can't think where
> the problem might be occurring.
>
> TIA
>
> Craig
>