View Single Post
  #3  
Old 07-08-2005, 10:40 AM
pwermuth pwermuth is offline
Registered User
 
Join Date: 07 Jul 2005
Location: New York
Posts: 21
pwermuth is becoming part of the community
Not working for me

Thank you, but the

Range(Cells(1,1),Cells(2,2)) syntax never works for me. I always get runtime errors. Are there some limitations I need to be aware of? For example, can I not refer to a single cell (i.e. Range(Cells(2,2), Cells(2,2)) ) using this syntax?
Reply With Quote