View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
[email protected] paul.domaskis@gmail.com is offline
external usenet poster
 
Posts: 41
Default More elaboration on help pages

The actual code in question follows the code that you pasted...here is
the remainder of the example:

' Make the replacements in the worksheet.
Cells.Replace What:="", Replacement:="", _
SearchFormat:=True, ReplaceFormat:=True

Again, this was provided just as an example. I was wondering if there
were help pages online that elaborate more (in general).

Thanks.