Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
msgbox application.Countif(cells,"*,*")
-- Regards, Tom Ogilvy "Keith Harris" wrote in message ... Hi, I have a simple macro which will replace one character with another: ActiveSheet.Cells.Replace "&", "&", xlPart, xlByRows, True Does anyone know how to return the number of replacements other than iterating through each cell and counting -- which I imagine would be very slow. Thanks for any help. -Keith |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combine 2 VBA Replacements | Excel Discussion (Misc queries) | |||
howto convert a number into words like 10 to ten | New Users to Excel | |||
Number count - postcodes and need to count the numbers of tim... | Excel Discussion (Misc queries) | |||
Stop excel from reporting replacements | Excel Discussion (Misc queries) | |||
HowTo Count number of replacements | Excel Programming |