this is question maybe not regarding to coding itself, maybe it is question about "Do you observed that problem?"
In Excel I have template sheet with name "Template". This sheet contains row of ActiveX objects (images, which are used as buttons). I also have second sheet let's call it "Setup" which creates copy of "Tepmlate" sheet when "Generate" button is clicked.
Sheets("Template").Copy After:=Sheets(Sheets.Count)
On European computers it works as expected, also in India, but on most of USA workstations copied Sheet doesn't contains ActiveX objects.
Do you have any idea, what can cause this situation? I'm sitting in EU, what to check on USA computers? They have same combination of OS/MS Office. I tried almost any trust center settings in Excel which results maximaly in unclickable buttons but I'm not able to simulate situation, when Sheet is coppied without ActiveX objects.