+ Reply to Thread
Results 1 to 20 of 20

Downloading Visio and connecting to excel 2007

  1. #1
    Forum Contributor
    Join Date
    03-14-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    491

    Downloading Visio and connecting to excel 2007

    Hi, I will be downloading Visio and need to understand what is the best version to download (2007, 2010, 2013) if I am running Excel 2007.

    Does it matter?

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,422

    Re: Downloading Visio and connecting to excel 2007

    Logically, the most recent version would be expected to be the best. Especially, if it has new features that you want to use ... and you are prepared to believe that any new(ish) product from Microsoft (or anyone, for that matter) works perfectly out of the box from day one. And it SHOULD be backwards compatible, shouldn't it?

    That said, you would expect programs from the same version to be compatible, and tested together.

    And, finally, how much use of interaction between the products will you plan to make?

    Just some thoughts. Probably doesn't help much. I'd be inclined to go with 2007. But then I'm not very adventurous or an "early adopter".

    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,422

    Re: Downloading Visio and connecting to excel 2007

    One other thought. Does the output need to be used by colleagues, clients, suppliers, whatever? If it does, I'd suggest you opt for compatibility with the majority.

  4. #4
    Forum Contributor
    Join Date
    03-14-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    491

    Re: Downloading Visio and connecting to excel 2007

    Quote Originally Posted by TMS View Post
    One other thought. Does the output need to be used by colleagues, clients, suppliers, whatever? If it does, I'd suggest you opt for compatibility with the majority.
    Downloading it has caused errors in my macro, its not recognizing Mapi folder now

  5. #5
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,422

    Re: Downloading Visio and connecting to excel 2007

    Downloading it has caused errors in my macro, its not recognizing Mapi folder now
    That's not very specific or helpful. What errors? What is the code doing? Are there any missing references?

  6. #6
    Forum Contributor
    Join Date
    03-14-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    491

    Re: Downloading Visio and connecting to excel 2007

    Quote Originally Posted by TMS View Post
    That's not very specific or helpful. What errors? What is the code doing? Are there any missing references?
    Sorry TMS,

    So this is the beggining of the code...
    Essentially it is to Save Attachments...


    Sub SaveEmailAttachmentsToFolder(OutlookFolderInInbox As String, _
    ExtString As String, DestFolder As String)


    Please Login or Register  to view this content.
    The error I get is on this line...


    Please Login or Register  to view this content.
    And the message reads....

    Run-Time error '-2147319779(8002801d)':
    Automation Error
    Library not registered

  7. #7
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,422

    Re: Downloading Visio and connecting to excel 2007

    Well, you need a reference to the Microsoft Outlook xx Object Library. Do you have that? Or is it marked as missing?

    And the variable OutlookFolderInInbox is not defined. So, that may be a problem, too.

    Regards, TMS

  8. #8
    Forum Contributor
    Join Date
    03-14-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    491

    Re: Downloading Visio and connecting to excel 2007

    Quote Originally Posted by TMS View Post
    Well, you need a reference to the Microsoft Outlook xx Object Library. Do you have that? Or is it marked as missing?

    And the variable OutlookFolderInInbox is not defined. So, that may be a problem, too.

    Regards, TMS
    I have the Msft Outlook Library selected and the OutlookFolder Inbox is defined as a String

  9. #9
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,422

    Re: Downloading Visio and connecting to excel 2007

    This works for me in excel 2007/Outlook 2007 with a reference to the Microsoft Outlook 12.0 Object Library. I also have Visio 2007 installed.

    What version of Visio did you download? presumably, the code worked before you downloaded Visio. If you uninstall Visio, does it work again?

    Please Login or Register  to view this content.

    I have asked for input from other forum members.

  10. #10
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,422

    Re: Downloading Visio and connecting to excel 2007

    See OP's follow up thread here: http://www.excelforum.com/excel-prog...ing-error.html

    I have also raised this here: http://www.excelforum.com/the-water-...ml#post3958974


    Please consider this thread CLOSED NOT SOLVED. If you have any thoughts or suggestions, post in the new thread.

    Regards, TMS

  11. #11
    Forum Guru romperstomper's Avatar
    Join Date
    11-04-2008
    Location
    A1
    MS-Off Ver
    Most
    Posts
    12,302

    Re: Downloading Visio and connecting to excel 2007

    Have you tried repairing Office through the Control Panel?
    Remember what the dormouse said
    Feed your head

  12. #12
    Forum Contributor
    Join Date
    03-14-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    491

    Re: Downloading Visio and connecting to excel 2007

    Quote Originally Posted by romperstomper View Post
    Have you tried repairing Office through the Control Panel?

    I have not tried this...
    Are there instructions on how to do so?

  13. #13
    Forum Guru romperstomper's Avatar
    Join Date
    11-04-2008
    Location
    A1
    MS-Off Ver
    Most
    Posts
    12,302

    Re: Downloading Visio and connecting to excel 2007

    Go into Control Panel, choose Programs and Features (or the equivalent for your OS), locate the Microsoft Office entry and click the Change button, then choose to perform a repair.

  14. #14
    Forum Contributor
    Join Date
    03-14-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    491

    Re: Downloading Visio and connecting to excel 2007

    Quote Originally Posted by romperstomper View Post
    Go into Control Panel, choose Programs and Features (or the equivalent for your OS), locate the Microsoft Office entry and click the Change button, then choose to perform a repair.
    I'm getting the message that MOfficse configuration did not complete succesfully...

  15. #15
    Forum Guru romperstomper's Avatar
    Join Date
    11-04-2008
    Location
    A1
    MS-Off Ver
    Most
    Posts
    12,302

    Re: Downloading Visio and connecting to excel 2007

    Sounds like your installation has gone wrong then. You may need to remove, reboot and reinstall from scratch. (There's instructions and a FixIt here if you have problems doing it from Control Panel: http://support.microsoft.com/kb/928218# )

  16. #16
    Forum Contributor
    Join Date
    03-14-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    491

    Re: Downloading Visio and connecting to excel 2007

    Quote Originally Posted by romperstomper View Post
    Sounds like your installation has gone wrong then. You may need to remove, reboot and reinstall from scratch. (There's instructions and a FixIt here if you have problems doing it from Control Panel: http://support.microsoft.com/kb/928218# )
    The Link takes me to a blank MSFT page

  17. #17
    Forum Contributor
    Join Date
    03-14-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    491

    Re: Downloading Visio and connecting to excel 2007

    So I unistalled the VISIO software and the code worked again. BUT the thing is now I need VISIO so do I re-install the 2007 version instead of 2010?

  18. #18
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,422

    Re: Downloading Visio and connecting to excel 2007

    Logically, that would be the first thing to try.

  19. #19
    Forum Contributor
    Join Date
    03-14-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    491

    Re: Downloading Visio and connecting to excel 2007

    Quote Originally Posted by TMS View Post
    Logically, that would be the first thing to try.
    So it's safe to say there is no fix with this type of error?

    It boils down to adding un-compatible software causing these errors?

  20. #20
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,422

    Re: Downloading Visio and connecting to excel 2007

    It is not necessarily incompatible. But, as you can imagine, a suite of programs will, most likely, have been tested for compatibility. Each version will have its own libraries and common routines. So, chances are the programs are likely to work better together than if you take a mix and match approach.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 0
    Last Post: 10-07-2013, 10:24 AM
  2. Excel 2007 : Downloading Stock Prices in excel 2007
    By sammalone in forum Excel General
    Replies: 1
    Last Post: 06-29-2010, 06:05 PM
  3. Intermittent Errors Connecting Excel 2007 to SQL Server 2005
    By tommill in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-15-2009, 05:03 AM
  4. Integration of Excel 2007 and Visio 2007
    By wilro85 in forum Excel General
    Replies: 1
    Last Post: 07-03-2008, 12:40 PM
  5. Connecting Excel with access 2007
    By vikas.bhandari in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-01-2007, 08:59 AM

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1