Results 1 to 3 of 3

Thread: Excel 95???

  1. #1

    Thread Starter
    PowerPoster lintz's Avatar
    Join Date
    Mar 2003
    Location
    The 19th Hole
    Posts
    2,697

    Excel 95???

    I use the below to open a spreadsheet and it works fine on all versions of Excel except 1 client who is still using Excel 95. (don't know why!!)

    Can anyone suggest why this may be or even better a way to get around it? When he trys to run the app he gets an "Automation Error"

    Code:
    Public objExcel As Object 'instead of Excel.Application
    Public oXLApp As Object  'instead of Excel.Spreadsheet

  2. #2
    Fanatic Member Matt_T_hat's Avatar
    Join Date
    Dec 2001
    Location
    '76 Male Body Evil-Errors: 666
    Posts
    774
    Don't quote me on this but I have a feeling that the SS in question has some really big issues like it's so limited as to be a load of rubbish... oh that's Office 97... Excell 95?... erm do you mean 97 or do you mean Version 5... oooooooo....... hmmm

    The obviouse answer is to up-grade them. It's our job as technically expirenced users and workers to explain in laymens terms the best options and why to those who have better things to do (in their mind) than learning lots of code, jargon and techy stuff...
    ?
    'What's this bit for anyway?
    For Jono

  3. #3
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974
    Excel 97 was the first version to have proper support for VB interaction, if 95 had anything at all it wasn't very useful - basically, upgrade the users' software

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width