+ Reply to Thread
Results 1 to 2 of 2

Opening Excel File as separate process

  1. #1
    Registered User
    Join Date
    01-27-2023
    Location
    UK
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    10

    Opening Excel File as separate process

    Hi All,

    I'm having trouble while working in different excel workbooks.
    I use workbooks A, B and C.

    I need to copy from workbook A different data into workbook B and C.

    It works like this:

    I delete some columns from workbook A, then paste it in workbook B.
    Afterwards i need to delete different sets of columns from workbook A to paste it into workbook C.

    Problem: if I do "undo" in workbook A, it does undo in workbook B.

    Question: Is there some way to open workbooks A, B and C always as separate, not connected processes. So when i press undo it will undo only in the file I am currently at? If not, are there some tricks you are using to make this type of work go smooth?

  2. #2
    Forum Expert
    Join Date
    07-23-2018
    Location
    UK
    MS-Off Ver
    O365 32bit (Windows)
    Posts
    2,026

    Re: Opening Excel File as separate process

    If you hold Alt when opening the Excel application, it'll ask you if you want to create a new instance.

    Alternatively you can create a right-click menu item to open files in a new instance of Excel.

    1) Create a batch file (.bat) with the following line and place it in C
    START "" "C:\Program Files\Microsoft Office\root\Office16\EXCEL.EXE" /e %1

    2) In the Registry
    Under HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell
    Create the following key and subkey
    HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\Open in new Excel instance\Command

    In the value for that, add the path to the .bat file.
    You should then have a new context menu to open files in a new instance of Excel.
    Attached Images Attached Images

+ 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. Import csv, process data and send as a separate file
    By john55 in forum Excel Programming / VBA / Macros
    Replies: 16
    Last Post: 07-22-2023, 11:00 AM
  2. Determine if any macros are running in a separate Excel process
    By Woulter in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-23-2019, 07:52 PM
  3. Replies: 2
    Last Post: 05-31-2014, 02:05 AM
  4. Replies: 4
    Last Post: 01-24-2012, 12:52 PM
  5. [SOLVED] Invoke exclusive excel process on opening this file
    By JB2005 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-06-2005, 03:05 AM
  6. Opening two separate instances of Excel
    By Ron Bishop in forum Excel General
    Replies: 2
    Last Post: 08-04-2005, 01:05 PM
  7. Restricting Opening Workbooks in a Previous Excel Process
    By Adam in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-10-2005, 10:06 PM

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