Results 1 to 4 of 4

Open new excel instance - bug

Threaded View

  1. #1
    Registered User
    Join Date
    02-11-2008
    Posts
    68

    Open new excel instance - bug

    Hello,

    I have a workbook and I want to make it open in a new excel instance.

    All subsequent workbooks should also be opened on new excel instances..

    I am using this code in the workbook_open event

    Dim xlApp As Excel.Application
    Set xlApp = CreateObject("Excel.Application")
    xlApp.Visible = True
    xlApp.Workbooks.Open Filename:=ActiveWorkbook.FullName
    DO NOT TEST THIS CODE.

    It opens the same workbook 100+ times until the computer hungs up.

    could someone help ? tapapad
    Last edited by tapapad; 04-06-2008 at 07:26 AM.

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