Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
I am using this code for mass replacing... For Each wsSheet In Worksheets wsSheet = Application.ActiveSheet Cells.Select Selection.Replace What:="*!", Replacement:="=", LookAt:= _ xlPart, SearchOrder:=xlByRows, MatchCase:=False, SearchFormat:=False, _ ReplaceFormat:=False Next wsSheet Is it possible that instead of "Cells.Select" i can use only used cells in the worksheet or even in the complete workbook to increase the performance?? Thanks, Sandeep |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to change shade of cells when selecting multiple cells | Excel Discussion (Misc queries) | |||
Vlookup - Array not selecting in other workbook | Excel Discussion (Misc queries) | |||
selecting a single sheet from a volume of sheets in a workbook | Excel Worksheet Functions | |||
selecting multiple sheet tabs and open another workbook | Excel Discussion (Misc queries) | |||
Excel workbook fails to display when selecting from my documents. | Excel Worksheet Functions |