Ephira
New Member
- Joined
- Jan 8, 2022
- Messages
- 3
- Office Version
- 365
- Platform
- Windows
Hi!, I´m new here
I have a little macro. The problem is that i´m trying to copy a range of another sheet on the same sheet but i think that i have a error syntaxis cuz the macro don´t runs. These are the bad guys:
I hope somebody can help me. (Sorry, my english is kind of clumsy)
I have a little macro. The problem is that i´m trying to copy a range of another sheet on the same sheet but i think that i have a error syntaxis cuz the macro don´t runs. These are the bad guys:
VBA Code:
Worksheets("plan").Range("G4:K7").Copy: Worksheets("plan").Range(Cells(j, 7), Cells(j + 3, 11)).PasteSpecial xlPasteFormulas
Worksheets("plan").Range("G4:K7").Copy: Worksheets("plan").Range(Cells(j, 7), Cells(j + 3, 11)).PasteSpecial xlPasteFormats
Worksheets("plan").Range("G4:K7").Copy: Worksheets("plan").Range(Cells(j, 7), Cells(j + 3, 11)).PasteSpecial xlPasteValidation
I hope somebody can help me. (Sorry, my english is kind of clumsy)