MsgBox

C

Chuck

I want to tet rid of a MsgBox (and the constraint that triggers it) that
keeps appearing in a date field. However, I cannot find the code for it in
the various VBA windows or module. I don't believe worksheet is compiled in
any way. Any ideas where this piece of code might be found? Thanks.
 
B

Bob Greenblatt

I want to tet rid of a MsgBox (and the constraint that triggers it) that
keeps appearing in a date field. However, I cannot find the code for it in
the various VBA windows or module. I don't believe worksheet is compiled in
any way. Any ideas where this piece of code might be found? Thanks.
Not a clue. It must be somewhere in the code. Did you search for msgbox in
the project?
 
C

Chuck

I did search for it with "Msg". It's possibly in a password-protected area.
Thanks for trying.
 
Top