+ Reply to Thread
Results 1 to 5 of 5

Excel2003 to Excel2007 issues

  1. #1
    Registered User
    Join Date
    03-15-2010
    Location
    Madison, Wisconsin
    MS-Off Ver
    Excel 2007
    Posts
    3

    Angry Excel2003 to Excel2007 issues

    I have been working on this VB/Excel application. The issue i am facing is that the code which pops up number of excel sheets from VB is working absolutely fine with excel2003 and earlier versions but not with excel 2007.
    Please help me fix this issue.

    Thanks,
    Divya

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Excel2003 to Excel2007 issues

    Sure. We'll help any way we can. Awaiting your specifics.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: Excel2003 to Excel2007 issues

    Post the code, there should be no problems with most code in either version
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

  4. #4
    Registered User
    Join Date
    03-15-2010
    Location
    Madison, Wisconsin
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Excel2003 to Excel2007 issues

    Its a huge application which pulls in data from access database, invokes excel and populates it.
    It then creates many sheets, uses the data on sheet1 and creates charts based on that.

    code snippet:
    Please Login or Register  to view this content.
    these kind of code is there in many forms and modules....
    basically an xl object is created, reports are generated with the data from access.

    Also, there are more than 100-200 excel sheets opened in the background (xl.application.visible = false)
    Only when all calculations are complete, we make the excels visible (xl.application.visible = true)

    Now, this works fine with excel 2003 and downwards but on a machine with excel2007, once you install the application and run, the calculations freeze and the application also freezes. It works fine when i run it on debug mode, one calculation at a time...

  5. #5
    Registered User
    Join Date
    03-15-2010
    Location
    Madison, Wisconsin
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Excel2003 to Excel2007 issues

    Any ideas??? I have a deadline in 2 weeks..

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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