View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default a reminder, please - Range w/out qualified reference

Hi Joe
yes

--
Regards
Frank Kabel
Frankfurt, Germany

Joe wrote:
If I see the following in a line of code:

Range(rangeName) = Int(iValue)

Can I assume that this refers to a range in the activesheet?

Joe