Add-In help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • joemo2003
    New Member
    • Feb 2007
    • 142

    #1

    Add-In help

    I try to import the data from excel to visio by a macro created by VB6. How to link those two application together? Is there already a 'Add-In' function build in visio? where to find that 'Add-In'? Or do i need to create by VB first and then save as an 'Add-In'?

    Thanks
  • willakawill
    Top Contributor
    • Oct 2006
    • 1646

    #2
    Originally posted by joemo2003
    I try to import the data from excel to visio by a macro created by VB6. How to link those two application together? Is there already a 'Add-In' function build in visio? where to find that 'Add-In'? Or do i need to create by VB first and then save as an 'Add-In'?

    Thanks
    I don't think this is an add-in question. You probably need to become familiar with ole automation. Include a reference to visio and to excel in your vb project.

    Comment

    • joemo2003
      New Member
      • Feb 2007
      • 142

      #3
      can anyone tell me which reference i need to select?

      Thanks

      Originally posted by willakawill
      I don't think this is an add-in question. You probably need to become familiar with ole automation. Include a reference to visio and to excel in your vb project.

      Comment

      • joemo2003
        New Member
        • Feb 2007
        • 142

        #4
        never mind
        Originally posted by joemo2003
        can anyone tell me which reference i need to select?

        Thanks

        Comment

        Working...