Visio 2003 VBA problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Amjad Hussein
    New Member
    • Feb 2012
    • 12

    Visio 2003 VBA problem

    Hi Guys

    I have one problem, I have created a VBA code in Excel 2007 to open Visio 2007 and draw a graphics based on the input from excel sheet, and this works fine without any problem.

    but when I distributed this to my colleagues in the office, some of them has visio 2003, and this cause a problem.

    Now the question is how can I avoid this, I mean what do I need to do in order to make my code which I wrote them for Visio 2007, works for 2003???

    Thank you in advance for your help
  • NeoPa
    Recognized Expert Moderator MVP
    • Oct 2006
    • 32661

    #2
    Design your projects in a version that is common to all your users, or maintain two versions.

    Comment

    • Amjad Hussein
      New Member
      • Feb 2012
      • 12

      #3
      Hi NeoPa

      and thank you for your reply, I am really not sure what is the common to all employees, because this project gonna be distributed around all branches in different countries, so it is difficult to know.

      I am working now in 3 different version but I thought that may be there is a better solution...

      Comment

      • NeoPa
        Recognized Expert Moderator MVP
        • Oct 2006
        • 32661

        #4
        If you have 2003 users and 2007 users then a version 2003 database should work pretty well for both in most things.

        If you have a large user base that's spread around then that should be one of the first issues you deal with. If this is an afterthought for you, then you will very soon understand why. It's an important consideration for any Access project.

        Comment

        Working...