View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
joe joe is offline
external usenet poster
 
Posts: 62
Default a reminder, please - Range w/out qualified reference

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