View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Jim Vita Jim Vita is offline
external usenet poster
 
Posts: 13
Default Excel return error code


Gary,

After consulting some more with my collegues, it appears that this may be a
known issue. As a workaround try modifying your code to use late, instead
of early binding.

Example:

Instead of:

Dim oApp as Excel.Application

use:

Dim oApp as object


Thanks,

Jim

Jim Vita
Microsoft Developer Support

Microsoft Security Announcement: Have you installed the patch for Microsoft
Security Bulletin MS03-026?*If not Microsoft strongly advises you to review
the information at the following link regarding Microsoft Security Bulletin
MS03-026 http://www.microsoft.com/security/se...s/ms03-026.asp
and/or to visit Windows Update at http://windowsupdate.microsoft.com to
install the patch. Running the SCAN program from the Windows Update site
will help to insure you are current with all security patches, not just
MS03-026.

This posting is provided "AS IS" with no warranties, and confers no rights.