Results 1 to 3 of 3

Thread: Excel2000/97 VBA

  1. #1

    Thread Starter
    Lively Member ccrawford's Avatar
    Join Date
    Nov 2001
    Location
    Liverpool
    Posts
    86

    Excel2000/97 VBA

    Hi
    Is there any difference between Excel2000 vba and Excel97 vba.
    Basically I developed a program in 2000 and transferred the code over to 97 and the application in 97 is now working.
    Colin

  2. #2
    Addicted Member jestes's Avatar
    Join Date
    Jan 2001
    Location
    Dallas
    Posts
    248

    some

    you'll notice some differences...

    1. DO NOT USE VARIANTS!
    2. when referring to application specific objects, it's a good idea to code from the beginning level of that object (i.e. Excel.Worksheet.Activate)

  3. #3
    Fanatic Member SeaHag's Avatar
    Join Date
    Jul 2001
    Location
    Lake Huron
    Posts
    901

    Off the top of my head!!

    At work we switched over.. I had lots of automated spreadsheets..
    Nothing went awry..
    No worries

    Seahag

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