VBA Error Handler

B

BentleyD

I have scouered everywhere to find the VBA Error Handler. I need something
compatable with Access XP
 
J

Jim Vierra

Do you mean "On Error GoTo <label>" "On Error Resume Next"?

Access is a form of VBA and uses the same error handling techniques. Access
Forms since, I beleieve, XP have had an error event that does some of the
work by handing you the error in a code snippet. There is not really
anything directly related to it in Outlook or in other Office apps as far as
I know unless you are building a UserForm which is basically a dialog.

What particular type of Access XP error handling are you talking about?
 
J

Jim Vierra

It doesn't do aanything unusual. It just inserts code templates into the
VBA.

Have you tried to load it in Office 2003. It might work. I don't have the
XP Developer version. I have the 2000 version but have never used these
tools. I have had error handlers for MSAccess VBA for quite awhile that I
reuse.

It looks like a handy little tool.
 
J

Jim Vierra

That's an excellent utility for code building. It's only missing an object
progid grabber and registry walker utility. Wonder if it can convert the
old XP Dev templates.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top