The right code
Posted by amroo on June 25, 2001 6:17 AM
Bonjour, I'm back with this question , here my code
This for the row number
Dim NUMLINE '
NUMLINE = Cells.Find("100").Row
now I want to select the cells from A1: to A(numline)
my code is like this
Range("A1:A(NUMLINE)").select
It don't run , I have a mistake in the syntaxe, who can helps me on this.
06/2001 Thanks.
A+mroo