Copy sheet to new instance of excel

Dumb Blond

New Member
Joined
Apr 18, 2015
Messages
29
I have a program that exports data to excel but doesn't load an excel add-in that i need. So, i need to open a new instance of excel which loads the add-in fine, and copy the sheet over to the new instance.

I have scoured the message boards for a solution and found ideas, but can't seem to get anything to work for me. Any help would be greatly appreciated.
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
Hi Andrew,

I assume the same goes for a range of cells? I am able to copy first instance to clipboard and paste in second instance. Seems odd that this can't be automated or partly automated with VBA. :(

DB
 
Upvote 0
You can copy a range of cells to another instance of Excel just like you can copy it to another application, e.g. Word or Powerpoint. But the result will not be the same s copying within the same instance. For example formulas won't be copied.
 
Upvote 0
The data is exported in .TXT format and can remain in that format. I need to copy Range("a1:z30") to a new instance of excel. If this is possible, I would appreciate any help of direction.
 
Upvote 0
I export data from a client database to excel. It exports the data in txt format. For some reason when they launch excel, there is an Add-In that does not load. I need the Add-In to further manipulate the data. I can open excel on its own and the Add-In is there. I don't know how the other program launches excel, but it is missing the Add-In, hence the reason I need to copy range to a new instance that has the Add-In.
 
Upvote 0

Forum statistics

Threads
1,214,405
Messages
6,119,320
Members
448,887
Latest member
AirOliver

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top