I have Java RE loaded and most of the macros, which I created with key strokes, work. Two of them however, start and then stop giving me an error message 423.
My computer is running under windows 10
1st Problem This is the code which works in Excel
Code: Select all
ActiveCell.FormulaR1C1 = "Practice Option"
ActiveSheet.Shapes("AutoShape 819").Select
Selection.ShapeRange.ZOrder msoSendToBack
ActiveSheet.Shapes("AutoShape 652").Select
Selection.ShapeRange.ZOrder msoSendToBack
Range("DA75").Select2nd Problem This is the code which works in Excel
Code: Select all
Range("DI61").Select
ActiveSheet.PasteSpecial Format:=3, Link:=1, DisplayAsIcon:=False, _
IconFileName:=False
Range("DG62").SelectMy apologies if I am not creating this in the correct format etc, I am brand new to this and have a lot to learn.
Many thanks to anyone who can help