Hi,
How could I make the following code to select visible data rows starting from Row3 and onwards of the active sheet. My data column starts from column A to column R.
Any help on this could be kindly appreciated.
How could I make the following code to select visible data rows starting from Row3 and onwards of the active sheet. My data column starts from column A to column R.
Code:
Sub PrintArea()
ActiveSheet.PageSetup.PrintArea = ActiveSheet.UsedRange.Address
End Sub
Any help on this could be kindly appreciated.