Hi all,
I'm sitting in front of a deadline project and I seem to be forgetting the basics.. my own name will be the next one.. I'm getting compile errors and I can't figure out the correct syntax.
Could someone help please?
I'm sitting in front of a deadline project and I seem to be forgetting the basics.. my own name will be the next one.. I'm getting compile errors and I can't figure out the correct syntax.
Code:
Sub try_this()
Sheet4.Activate
Dim headerrowin As Long
headerrowin = Sheet4.ListObjects("Table3").HeaderRowRange.Row
'Select the entire ("headerrowin-th" --> 85th) row I need to refer to it in the context of the sheet not the table.. so, something like Sheet4.ListObjects("Table3").HeaderRowRange.EntireRow.Select won't do.
Sheet4.Range(??????
End Sub