View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ralph Heidecke Ralph Heidecke is offline
external usenet poster
 
Posts: 1
Default Using Select with Range.Cells property

Can anyone tell me why:

Range(Cells(iNameR, iNameC + 3), Cells(iNameR, iNameC + iCount + 2)).Select

works while:

Range(Cells(iTargetR, iTarDateC)).Select

returns the runtime error '1004' method 'Range' of object '_Global'

TIA


--
remove 901 from reply email for valid address.


-----
remove