Coding flukes

  • Thread starter Thread starter Barry
  • Start date Start date
B

Barry

Hello,

I have VBA coding in an application that is suddenly,
inexplicably not working. For example, simple code that
opened a form was working just fine. Now, suddenly,
clicking on the form's button displays an error message.
This has happened on buttons for two forms now, that used
to work fine but now don't work at all. The code itself
has not changed at all - actually, the problems is
occuring in an MDE file. Has someone seen this problem
before, and can you suggest a remedy? Thanks in advance
to anyone who replies.
 
It sounds as if you could have a Reference problem. Has a new version
of Office (or of your OS, of course) been installed on the system you
are using. Worse, has someone reinstalled an _older_ version of Office
for some reason (perhaps in addition to the existing, newer, version).
BTW, it would help if you could give the error message!

Hello,

I have VBA coding in an application that is suddenly,
inexplicably not working. For example, simple code that
opened a form was working just fine. Now, suddenly,
clicking on the form's button displays an error message.
This has happened on buttons for two forms now, that used
to work fine but now don't work at all. The code itself
has not changed at all - actually, the problems is
occuring in an MDE file. Has someone seen this problem
before, and can you suggest a remedy? Thanks in advance
to anyone who replies.


Please respond to the Newsgroup, so that others may benefit from the exchange.
Peter R. Fletcher
 
Hi Pete,

Thanks for your reply. There wasn't a new OS installed
on the machine, and the error it generated was one I
created. In doing some more poking around, I think I may
have found more precisely what the problem was. Thank
you very much for your help!
 
Back
Top