View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Vimal[_2_] Vimal[_2_] is offline
external usenet poster
 
Posts: 1
Default how to start from varible row

Here is an example

p = 1
e = 5
Range(p & "a:b" & e).Select
if p is a variable row and u would want to start a
selection from colum 'a', microsoft will not accept the
above statement, only the 'b" & e' part works.

help, urgently please

thank u