var fDesc=new Array(); fDesc[0] = "FindReplaceExcel is a find/replace utility to search Excel files for text, values and comments and replace the text inside cells automatically without opening workbooks . The program can search ranges in worksheets. Multiple drives and directories can be searched. Individual worksheets can be searched within workbooks. Cells can be searched for partial text matching and/or case letters. Excel files are backed up before changes are made.
The program can perform fast searches and text replacement ,search individual worksheets and workbooks, backup workbooks before replacing cells , maintain a Backup logfile of files copied , search and replace by range row OR range column and find numbers or strings in EXCEL cells You must enter a beginning and end range for rows and columns. Altered Excel cells can have a different color to indicate changes. Findreplaceexcel will search all storage devices attached to your system, including floppy drives, hard drives, CD\DVD Rom drives, and network drives."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }