I have searched for this answer high and low and the "non-vba" versions never worked for me.
However I have finally created a solution that ACTUALLY WORKS IN VBA
Sub Macro3()
On Error Resume Next
Dim n As Integer
Sheets("Sheet1").Activate
n = Cells(1, 3)
range(Cells(1, 1), Cells(n...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.