View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Ron[_14_] Ron[_14_] is offline
external usenet poster
 
Posts: 14
Default Range question w/VB

Hi Carim,

Thanks for the reply...

I have populated cells in B2000:B3000 that when read give a false
result to the macro.

Cheers

Ron




On 25 Mar 2006 07:19:17 -0800, "Carim" wrote:

Hi Ron,

I would replace Set rng by the following :
Set rng=.Range("B3:B" & Range("A65536").End(xlUp).Row)

HTH
Cheers
Carim