Home |
Search |
Today's Posts |
#13
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
First, make sure you read that second post--with the fix.
Second, the stuff before this line essentially just set the colors in the Edit|replace dialog. That other stuff didn't actually do the Replace|All portion. Third, make sure you read that second post--with the fix! wrote: Dave, What is the purpose of the "at the end" VBA statement below? In the sequence, it seems to be after the color change. Maybe VBA needs the aggregation of all the code statements that you separated for clarity? Thanks Activesheet.Cells.Replace What:="", Replacement:="", _ LookAt:=xlPart, SearchOrder:=xlByRows, MatchCase:=False, _ SearchFormat:=True, ReplaceFormat:=True Dave Peterson wrote: .Cells.Replace What:="", Replacement:="", _ LookAt:=xlPart, SearchOrder:=xlByRows, MatchCase:=False, _ SearchFormat:=True, ReplaceFormat:=True -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
When creating a formula how do you select only visible cells | Excel Discussion (Misc queries) | |||
dynamically select a range of cells for use in a formula | Excel Worksheet Functions | |||
checking that cells have a value before the workbook will close | Excel Worksheet Functions | |||
Match then lookup | Excel Worksheet Functions | |||
what allows me to select cells for use in a formula by using a mo. | Excel Worksheet Functions |