G
Guest
I'm new to excel and don't really know what I'm doing. When the below macro is executed (through changing a combo box) the macro appears to run fine but when I close the workbook the above Run-time error message dialog box comes up, can anyone help?
Sheets("dec").Range("A1:CO111").Cop
Sheets("ROTA VIEW").Selec
Range("B4").Selec
Selection.PasteSpecial Paste:=xlFormats, Operation:=xlNone, SkipBlanks:=
False, Transpose:=Fals
Range("B3").Selec
Thanks
Sheets("dec").Range("A1:CO111").Cop
Sheets("ROTA VIEW").Selec
Range("B4").Selec
Selection.PasteSpecial Paste:=xlFormats, Operation:=xlNone, SkipBlanks:=
False, Transpose:=Fals
Range("B3").Selec
Thanks