claudehollett
Board Regular
- Joined
- Dec 11, 2003
- Messages
- 89
I'm having trouble with the following Sub. Can someone tell me what is wrong?
I'm trying to select a single cell based on the FinalRow variable as follows:
Sub test()
FinalRow = Range("A65536").End(xlUp).Row
Range(Cells(FinalRow - 2, 34)).Select
End Sub
Thanks for any help.
I'm trying to select a single cell based on the FinalRow variable as follows:
Sub test()
FinalRow = Range("A65536").End(xlUp).Row
Range(Cells(FinalRow - 2, 34)).Select
End Sub
Thanks for any help.