Excel 2004 security upgrade effect on macros

D

Duncant

Version: 2004 Operating System: Mac OS X 10.5 (Leopard) Processor: Intel Some of my macros that worked fine have stopped since I installed the latest security update. I'm now at Excel version 11.5.6 (09028), which has Visual Basic version 11.5 (080416).

As an example, even this simple recorded macro, to copy a text box, generates an error at the "ActiveSheet" line:

Sub Test_copy()
    ActiveSheet.Shapes("Text Box 38").Select
    Selection.Copy
End Sub

Help is much appreciated!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top