Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"OssieMac€¯ pisze:
I don't often give up but I'm giving up on this one. I thought I might be able to do what you want but too many other problems kept raising their ugly head. Thanks anyway! I don't want to change my macro, but I will need to do this. I will change replace function to find in loop from Ms Help: With Worksheets(1).Range("a1:a500") Set c = .Find(2, lookin:=xlValues) If Not c Is Nothing Then firstAddress = c.Address Do c.Value = 5 Set c = .FindNext(c) Loop While Not c Is Nothing And c.Address < firstAddress End If End With Inside this do ... loop I can cound changes in files. Best Regards, Bartosz |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Accidently replaced a spreadsheet that I did not want replaced | Excel Discussion (Misc queries) | |||
Some cells have been colored and should be replaced by text | Excel Worksheet Functions | |||
Text replaced with # | Excel Discussion (Misc queries) | |||
Why has my cell text been replaced by # characters? | Excel Discussion (Misc queries) | |||
text replaced by #### | Excel Discussion (Misc queries) |