View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Excel Cell.Replace question

rows(3).Replace

--
Regards,
Tom Ogilvy


wrote in message
oups.com...
Is there a way to limit the scope of the Cell.Replace function to a
selected row? When ever I use this function it replaces everything on
the worksheet.