Contacts to Excel

T

the pest

I have a vba macro which extracts custom contact fields from Outlook and
adds to an Excel spreadsheet (Helen Fedemma Code 41).
Outlook and the Excel file are on a Windows 2003 server. The macro works
fine on 4 workstation but fails with an Error 91-Description on one
workstation.
Any ideas on how to resolve
 
M

Michael Bauer [MVP - Outlook]

Am Mon, 7 Aug 2006 14:53:09 +0200 schrieb the pest:

With an error handler or by going to the code execution step by step you can
see what line raises that error. One object variable is nothing; which and
why isn´t possible to say without the code.
 
J

jocker

Yes, but that doesn't really explain why it will not work on 1 work station
out of 5.
 
M

Michael Bauer [MVP - Outlook]

Am Sun, 13 Aug 2006 16:55:13 +0200 schrieb jocker:

You´re right, it only explains what you can do to find the error.
 
Top