Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I need two versions of my code below, which now replaces a text in all sheets of an open workbook. WHAT I NEED IN ADDITION TO THIS IS: 1. Replace in all open workbooks, 2. Replace in all workbooks in specified folder.... THIS IS MY CODE: Private Sub cmd_OK_Click() Dim Morg Dim Mto Morg = Lbud.TextBox_org Mto = Lbud.TextBox_to Dim Sht As Worksheet For Each Sht In Worksheets Sht.Cells.Replace What:=Morg, _ Replacement:=Mto, LookAt:=xlPart, MatchCase:=False Next Unload Lbud End Sub -- Ctech ------------------------------------------------------------------------ Ctech's Profile: http://www.excelforum.com/member.php...o&userid=27745 View this thread: http://www.excelforum.com/showthread...hreadid=481942 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Select sheet tabs in workbook & save to separate workbook files | Excel Worksheet Functions | |||
Running a macro to protect a workbook on a already protected workbook UNprotects the workbook ?? | Excel Programming | |||
Copy a range of cells in an unopened workbook and paste it to the current workbook | Excel Programming | |||
Open a password protected excel workbook from second workbook to fetch data using dynamic connection | Excel Programming | |||
What commands do you use to name a workbook, save a workbook,open a workbook | Excel Programming |