Hello. Macro beginning here. I copied the following code and ran it.
However, when I ran it, it said Compile Error: Expected Function or variable. How do I correct this?![]()
Sub CopyRange() Range("A1:A12").Select Selection Copy Range("C1").Select ActiveSheet.Paste End Sub
Bookmarks