If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > Errors Need Some Help Or Resource On Them

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-23-06, 10:25
Amazing_Spiderman Amazing_Spiderman is offline
Registered User
 
Join Date: Aug 2006
Posts: 21
Errors Need Some Help Or Resource On Them

Hi Everyone,

I need some help on finding out exactly what some errors are and the possible combinations they can arise. Since I have alot of code it be difficult to understand exactly where the fault lies. Since I can save and close the excel file reopen it and run it fine untill the error pops up again at a different location. Are there any sites where i can get a list of errors and there possible fixes.

Thank you.

[EDIT]

For example:
Object variable or With block variable not set (Error 91)
Reply With Quote
  #2 (permalink)  
Old 08-24-06, 21:42
shades shades is offline
Registered User
 
Join Date: Oct 2003
Posts: 1,091
Howdy. One of the best ways to do this is to set your Options in VBE (under Tools) to be sure to check these: "declare all variables" and "Autolist". The first will help you avoid errors, and will point out specific problems with code (by line/name). This insures consistent, good programming practice.
__________________
old, slow, and confused
but at least I'm inconsistent!

Rich
(retired Excel 2003 user, 3/28/2008)

How to ask a question on forums
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On