Trouble with Exporting tab with Buttons to secondary file

atf32

Board Regular
Joined
Apr 13, 2011
Messages
157
Working in MS Excel 2010

I use the following VBA code to copy out a tab to a secondary file:
“Workbooks([MainFile]).Sheets(Array("[TabName]")).Copy
Before:=Workbooks([NewFile]).Sheets(1)”

Note: This tab includes code and 3 (Active X) Buttons on the surface that call the code.

PROBLEM: For some unknown reason now, the buttons are no longer being saved to the exported file, even though the rest of the export is as expected. This new issue is only happening when I try to run the code on my system. Other associates have confirmed that this process is working as expected with they run the same code through their systems.

QUESTION: Does anyone know of any settings that I am overlooking that might have tripped accidentally? :confused:
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK

Forum statistics

Threads
1,216,756
Messages
6,132,535
Members
449,733
Latest member
Nameless_

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