Hi...
I've a small Excel VBA problem which should be very easy to solve...
Sub RanSelect()
Range("C77").Select
End Sub
I do want to make the 7 variabel...
So I only have to enter 7 and it displays me Range("C77")
If entered 25 it gives me range C2525
Any help is appreciated




7").Select
Reply With Quote