home *** CD-ROM | disk | FTP | other *** search
/ OS/2 the Most Complete Collection / OS2_The_Most_Complete_Collection_Powersource.iso / informat / excel.txt < prev    next >
Text File  |  1992-10-12  |  2KB  |  44 lines

  1.  For users of Excel for OS/2 and ATI Graphics Ultra video drivers:
  2.  
  3.  I have had the Excel for OS/2 session (3.0) crash with SYS3175 trap 2
  4.  access violations at 1055d when creating macros. The situation which
  5.  seems to cause the problem is whenever an invalid cell reference is
  6.  generated by the macro (a common situation until you've debugged). My
  7.  only recourse at this point is to run the macro in single step mode and
  8.  evaluate each expression before execution, then halt whenever I see
  9.  that a bad cell reference is being generated, just before the command
  10.  that will use the reference is executed. Once the reference is being
  11.  generated correctly by the macro code, I can let it run in normal mode.
  12.  
  13.  Sample macro code which causes this error:
  14.       =FORMULA.GOTO("TestName")
  15.       =RETURN()
  16. where TestName has not been defined on the current worksheet
  17.  
  18. After re-installing OS/2 and Excel and re-doing my system customizations
  19. for device drivers, CONFIG.SYS settings, OS/2 System Set-up, etc. I have
  20. narrowed the problem down to some interaction between Excel and the ATI
  21. Graphics Accelerator PM video driver (version 1.3) for my Graphics Ultra
  22. card.  When I installed the ATI PM driver in 1024x768 mode, I started
  23. experiencung the Excel macro problem.  The IBM drivers supplied with
  24. OS/2 for both VGA and 8514A video modes do not result in the Excel
  25. problem; the macro stops with a message box but the Excel session does
  26. not go down. I have tried installing the Graphics Accelerator in all 3
  27. resolutions - 1024x768,800x600 and 640x480, and Excel exhibits the
  28. problem described above in all cases. I have not experienced problems
  29. with any other applications using the ATI driver.
  30.  
  31. I contacted ATI Technologies and they informed me that the ATI driver I
  32. am using was designed for OS/2 1.3, but can be used with 2.0; there are
  33. some limitations, one of which causes my problem with Excel macros. They
  34. are aware of the problem, and will be providing a fully OS/2 2.0
  35. compliant driver for the Graphics Ultra in 1024x7868 mode, to be ready
  36. for early October/92.
  37.  
  38. In the meantime, a reasonable compromise is to use the IBM 8514A driver
  39. supplied with OS/2 2.0, which will provide the benefit of 1024x768
  40. resolution, although not attaining the full video performance of the card
  41. which the ATI driver provides.
  42.  
  43.                                            Ken Findlay
  44.