Thread
:
Code to modify find/replace
View Single Post
#
2
Posted to microsoft.public.excel.programming
Ingolf
external usenet poster
Posts: 32
Code to modify find/replace
Hi Clayton
to replace "a" by "b" in sheet 1 of the active workbook use
ActiveWorkbook.Sheets(1).Cells.Replace What:="a", Replacement:="b"
Regards
Ingolf
Reply With Quote
Ingolf
View Public Profile
Find all posts by Ingolf