======================================================================
[Software name          ] RegEx Search
[Version                ] Ver 7.20
[Kind of software       ] Freeware
[Runnable OS            ] Windows XP/Vista/7/8/10/11
[Necessary thing        ] Microsoft Excel
[Development language   ] Excel VBA
[Date of publication    ] 2026/07/26
[Copyright              ] Copyright(C) K.Hiwasa
[URL                    ] http://xltools.jp
[E-mail                 ] info@xltools.jp
[Development environment] Windows 11/Microsoft Excel 2024
[Condition of reprint   ] Contact
======================================================================
[Introduction of software]
Excel add-in that shows dialog of find and replace by regular expression.
You can do flexible search by regualr expression in Excel.
Easy to use because interface is similar to excel standard find dialog.
There are following functions mainly.
- Find and replace by regular expression
- Worksheet functions by regular expression
- Find, replace, grep, and grep replace in auto shapes
- Undo and redo by double restore function.
You can customize shortcut key of dialog open.
Runnable by Excel 2013 later.


[Update of this version]
- Changed the index search for Grep.
- Changed the design of the main window.
- Changed other small things.
- Fixed small bugs.


[Files]
excelre.xlam          : Body of tool.
excelre.chm           : Japanese version of help file.
readme.txt            : Japanese version of this file.
readme_e.txt          : This file.
thsrs.dat             : Japanese synonym dictionary
thsrs_e.dat           : English synonym dictionary
Excel-DNA             : Excel-DNA and .NET Framework RegEx library
MeCab                 : Folder that MeCab exe files are stored
Licenses              : Folder that various license files are stored

Excel-DNA(https://exceldna.codeplex.com/)
Tool for integrating Excel and .NET Framework made by Mr.Govert.

MeCab(https://taku910.github.io/mecab/)
Morphological analysis engine made by Mr.Taku Kudo.

mecab-vbaihttps://github.com/kujirahand/mecab-vba/)
Library to use MeCab from VBA made by Mr.kujirahand.


[Way to install]
You must do following thing after unzip.
Open excelre.xlam with enable macros.
You can use dialog during opening excelre.xlam.
Default shortcut key to call dialog is Ctrl+Shift+R.
Also you can call dialog by right click menu.
To close only excelre.xlam file, press Exit button left next to Close button.


[Way to uninstall]
Delete excelre folder.


[Find and replace]
- If "Find what" is empty, you can't find.
  If you want to find blank cell, use Excel standard find dialog.
- You can select "Auto" or "Row" or "Column" in search direction.
  When you select "Auto", "Row" or "Column" that is faster is automatically selected.
  To be concrete, if find range is column selection, "Auto" is "Column", unless "Row".
- Find range is whole worksheet if 1 cell is selected. Unless, selected range.
  You can select mutiple ranges.
  You can select multiple worksheets. But if you select ranges in each worksheet,
  selected range in active worksheets is applied to other worksheets.
  Becase Excel specification where selected range in not active worksheet will be 
  same range in active worksheet when select multiple worksheets after select 
  range in each worksheet.
  When you select object like textbox, after select A1 cell, start find or replace.
- If you check "Only string values", target only string value cell.
- If you don't check "Find values", search formulas and if you check it, search values.
  Direct input cells, not formula, are targeted in both cases.
  At formula Search, cells over max formula characters (Excel97-2003: 1024 characters,
  Excel2007-: 8192 characters) are searched by value.
- If you check "Find whole workbook" and find or replace, selected range is released.
  If you select sheets not worksheet, after select next worksheet, do find and replace.
- You can change decoration of match part in cell.Running heavily a little.
  (Function of change in decoration in settings per tab)
  Immediately after find, you can undo changing decoration by undo button.
  If you check "Not undo", you can't undo, but running lightly a little.
- If you check "Incremental search", when you input in "Find what" in "Find" tab,
  do incremental search. When input, find next including current cell and when delete,
  find previous not including current cell.
- You can save as many as 10 find patterns.
- You can save as many as 10 replace patterns.
- You can keep 10 results of "Find all".
- After "Find all", you can change size of dialog.
- Because replace is run by VBA, you can't Excel undo.
  But immediately after replace, you can undo replace. (undo function)
  Unless you can do undo function, after unintended replacing, close file not saving
  and open file again.
- If you check "Confirm when replace", you can confirm before replace.
  At "Replace all", "No confirm" is replace all without confirmation after that.
  At "Replace all", "Cancel" is cancel of replace after that.
- If you check "Keep decoration", though running heavily a little, decoration of characters
  in cells are kept. In this case, undo function can undo decoration of characters too.
- By \n in "Replace with", you can insert new line.
- If you check "Cross lines", you can search over new lines in cells.
- If formula error occurs after replace, don't replace.
- After "Find all", you can "Replace sel". All selected items in list will be replaced.
  After "Find all", all items are selected.
  You can select or release by double click or space key.
  You can use all select button and all release button too.
- You can stop process during "Find all" and "Replace all" by "Cancel" button.
- You can find in sequence by holding "Find next" or "Find previous" button.
- If regular expression meta characters don't exist in "Find what", 
  uses standard find. 
  If you don't want to use standard find, then set on "Not use standard find".
- At "Select all", do find all and select all hit cells or rows or columns.
  You can't find in multiple worksheets.


[Shape]
- By "Find all", finds all autoshapes in the worksheet, changes color of match part.
- By "Replace all", finds all autoshapes in the worksheet, replaces match part and
  changes color of replaced part.
- If you check "Confirm when replace", you can confirm before replace.
  At "Replace all", "No confirm" is replace all without confirmation after that.
  At "Replace all", "Cancel" is cancel of replace after that.
- You can't shape find and replace in shared workbooks.
- At "select all", do find all and select all hit shapes.
  You can't find in multiple worksheets.


[Grep]
- You can do grep in Excel files with regular expression.
- If Excel2007 over, extension is ".xls?", but target ".xls" failes too.
- You can use wild cards in "Object file".
  If "Object file" is empty, same as you input "*", and targets all files.
- When file can't be opened as you open same name file, the file is skipped.
- Hide worksheets are not searched.
- If you check "Grep history off", you can't see search result in progress,
  but get faster.


[Grep Replace]
- You can do grep and replace in Excel files with regular expression.
- Excel files that were done replace is saved.
- If you check "Create backup", backup file whose extension is ".bak"
  will be made in the same folder.
- If formula error occurs after replace, don't replace and cell of formula
  in the result list is colored red.
- If protected worksheets, don't replace and cell of value and formula
  in the result list is colored red.


[Grep Shapes]
- When you click value of result list, jump to the cell of autoshape.
  If shapes in not worksheet is hit, hyperlink is to only workbook.
  Except these thing, the specification is same as Grep.
- You can't use special find.
- Shared workbooks are not target.


[Assistant function]
- By "Key change", you can set shortcut keys of find and replace dialog.
- By "Find clear", you can intialize find history.
- By "Replace clear", you can intialize replace history.


[Worksheet function]
You can use worksheet function with regular expression.
These are listed in "Regular Expression Find" in "Insert Function" dialog.
But if the others open the workbook and they don't use this add-in,
they can't use these function. So after excute, you may delete these function by
paste value.
You can't use special find and special replace.

- RETEST(text,search_criteria)
  Test if match pattern. Distinct from upper case and lower case.
  Inspect if "text" is match for "search_criteria" (pattern), and if match,
  then returns True, unless False.

- REEXE(text,search_criteria,index)
  Returns match part for pattern. Distinct from upper case and lower case.
  If "text" is match for "search_criteria" (pattern), returns "index"-th
  part of match.
  If you omit "index", then returns 1st part.

- REEXE2(text,search_criteria,sub_match,index)
  Returns submatch (part between parentheses, at replace corresponding to $1 etc.) 
  of match part for pattern. Distinct from upper case and lower case.
  If "text" is match for "search_criteria" (pattern), returns "submatch"-th
  submatch of "index"-th part of match.
  If you omit "index", then returns 1st part.

- RECNT(text,search_criteria)
  Returns count of match part for pattern. Distinct from upper case and lower case.
  If "text" is match for "search_criteria" (pattern), then returns count of match
  part, unless returns 0.

- REREPL(text,search_criteria,replace_text)
  Returns string after replace. Distinct from upper case and lower case.
  If "text" is match for "search_criteria" (pattern), then returns "text"
  that was replaced "search_criteria" into "replace_text", unless "text" as is.

- RESPLIT(text,split_criteria,index)
  splits "text" with "split_criteria" (pattern) as delimiter, returns "index"-th.
  Distinct from upper case and lower case.
  If you omit "index", then returns 1st.

- RECNTIF(table,search_criteria)
  Returns count of cells that match for "search_criteria" (pattern) in "table"
  except blank cells. Distinct from upper case and lower case.
  This function is regular expressionable version of "COUNTIF".

- REVLOOKUP(search_criteria,table,column_number)
  Searches left end column from top in "table" with "search_criteria" (pattern),
  returns "column_number"-th cell of same row in "table" as first match.
  This function is regular expressionable version of "VLOOKUP".

- REHLOOKUP(search_criteria,table,row_number)
  Searches top row from left end in "table" with "search_criteria" (pattern),
  returns "row_number"-th cell of same column in "table" as first match.
  This function is regular expressionable version of "HLOOKUP".

- REMATCH(search_criteria,table)
  If column count in "table" is 1, then from top cell in "table",
  if row count in "table" is 1, then from left end cell in "table",
  searches with "search_criteria" (pattern) , and returns index in "table" of
  first match cell.
  If "table" is multiple columns and multiple rows, find result is none.
  This function is regular expressionable version of "MATCH".

- RERND(generate_criteria)
  Generate random string that matches with "generate_criteria" (pattern).
  Unusable regular expression is following. (neglect them)
  ^, $, (?=), (?!), (?<=), (?<!)
  ("." is half-width alphanumeric characters only.)
  (Repeat times of "*" and "+" is to 5 times, and {x,} to x + 5 times.)


[Regular Expression]
Uses RegExp object in VBa as main regular expression engine.
You can also use the .NET Framework RegEx engine.
You can insert them input assistance of right click.

Position matching
^                match for top
$                match for last
\b               match for word boundary
\B               match for not word boundary

Literal
\n               match for new line
\f               match for form feed
\r               match for carriage return
\t               match for horizontal tab
\v               match for vertical tab
\?               match for ?
\*               match for *
\+               match for +
\.               match for .
\|               match for |
\{               match for {
\}               match for }
\\               match for \
\[               match for [
\]               match for ]
\(               match for (
\)               match for )
\^               match for ^
\$               match for $
\xxx             match for ascii character expressed by oct xxx
\xdd             match for ascii character expressed by hex dd
\uxxxx           match for ascii character expressed by unicode xxxx

Character class
[xyz]            match for any one character included in character set
[^xyz]           match for any one character not included in character set
.                match for any one character except \n
\w               match for any one character used as word. equals [a-zA-Z_0-9].
\W               match for any one character not used as word. equals [^a-zA-Z_0-9].
\d               match for any one numeric character. equals [0-9].
\D               match for any one not numeric character. equals [^0-9].
\s               match for any one space character. equals [ \t\r\n\v\f].
\S               match for any one not space character. equals [^ \t\r\n\v\f].

Repeat
{x}              match for character just x before
{x,}             match for character more than x before
{x,y}            match for character more than x and less than y before
?                match for character 0 or 1 before. equals {0,1}.
*                match for character more than 0 before. equals {0,}.
+                match for character more than 1 before. equals {1,}.
?                (after repeat) shortest match

Selection and grouping
|                selection. integrate multiple phrase, and match for any these phrase.
()               make 1 phrase, grouping multiple phrase
\n               back refrence. refers phrase between n-th parentheses.
(?:)             grouping without capture
(?=)             positive look ahead. match for if continue after.
(?!)             negative look ahead. match for unless continue after.

.NET Framework
(?<=)            positive look back. match for if exists before.
(?<!)            negative look back. match for unless exists before.
(?<xxx>)         named group.
\k<xxx>          named back reference.
(?imnsx-imnsx:)  option changed group.
(?imnsx-imnsx)   option change.
 i               ignore case
 m               multi line
 n               explicit capture
 s               single line
 x               ignore pattern white space
(?>)             not backtracking group.
(?#)             comment.

Other (original)
\Q\E             qoute meta character

Special find (original)
[COND>]x         find more than x
[COND<]x         find less than x
[COND>=]x        find more than or equal x
[COND<=]x        find less than or equal x

Replace
\n               new line (original)
$$               $
$n               capture reference. refers phrase between n-th parentheses.
$&               refers match part for whole pattern.
$`               refers previous part of match.
$'               refers following part of match.
$+               refers phrase between last parentheses.
$_               refers whole input string.
${xxx}           named capture reference (.NET Framework)

Special replace (original)
[UPPER]          converts upper case
[LOWER]          converts lower case
[WIDE]           converts full size
[NARROW]         converts half size

Page setup (original)
&L               Left
&C               Center
&R               Right
&E               Double underline
&X               Superscript
&Y               Subscript
&B               Bold
&I               Italic
&U               Underline
&S               Strikethrough
&D               Date
&T               Time
&Z               Path
&F               File name
&A               Sheet name
&P               Page No
&P+n             Page No (+n)
&P-n             Page No (-n)
&&               &
&"Font"          Font
&n               Font size (n)
&N               All page No


[Exemption from responsibility]
- I don't owe responsibilty for any trouble that occurs by using this software.
  Use at your own risk.
- I'll welcome demand of improvement and bug report. But I don't know if I can
  do them technically or as policy. Though I can, I don't know that I can soon.


[History]
2026/07/21  Ver 7.10
- Added index search to Grep options.
- Changed the design of the main window.
- Fixed small bugs.

2026/07/19  Ver 7.05
- Changed the default RegEx engine to VBA's RegExp.

2025/07/21  Ver 7.04
- Changed RegEx engine to .NET Framework.
- Abolished VBScript RegEx engine.
- Abolished Onigmo RegEx engine.
- Fixed small bugs.

2023/12/11  Ver 7.03
- Changed contact.

2023/03/30  Ver 7.02
- Changed grep to other process execution.
- Enhanced accuracy of search.
- Fixed small bugs.

2023/03/25  Ver 7.01
- Added index search to search mode of grep.

2023/03/19  Ver 7.00
- Selected functions carefully.
- Changed form registered add-in to executable add-in.

2021/11/03  Ver 6.80
- Added only UDF Ver.

2021/08/13  Ver 6.71
- Fixed small bugs.

2021/08/10  Ver 6.70
- Added history to diff.
- Added VBA project lock to Ver tab.
- Added VBA project unlock to Ver tab.

2021/07/29  Ver 6.68
- Fixed error that cell loose search doesn't work.
- Fixed error that cell all find of task pane doesn't work.
- Fixed error that find all with clipboard string of right click menu doesn't work.
- Fixed error that occurs when process of quick search toolbar are done.
- Fixed other small bugs.

2021/07/27  Ver 6.67
- Fixed error that cell all find of card UI doesn't work.
- Fixed error that cell all find of wizard UI doesn't work.
- Fixed other small bugs.

2021/07/27  Ver 6.66
- Enhanced accuracy of charset auto of diff.
- Fixed error that Excel book diff doesn't work.
- Fixed error that Word document diff doesn't work.
- Fixed error that occurs when same files are compared at Excel book diff.

2021/07/19  Ver 6.65
- Added auto to charset of diff.
- Added auto to new line of diff.
- Added count display to incremental search.
- Changed incremental search to default.
- Added option of "Not use RegEx".
- Changed target Excel to Excel 2013 later.

2021/07/12  Ver 6.64
- Enhanced speed of diff.

2021/07/05  Ver 6.63
- Fixed error that sometimes can't install.

2021/06/19  Ver 6.62
- Enhanced accuracy of fuzzy search.
- Enhanced accuracy of similar search.
- Changed to compare by value of cell display format at Excel diff.

2021/06/06  Ver 6.61
- Changed that English word can be processed at noise check in grep search mode.
- Changed that noise check in grep search mode is available in also English mode.
- Changed that when English word is inputted, doesn't do auto Japanese convert.
- Changed other small things.

2021/06/04  Ver 6.60
- Added search mode to grep.
- Changed fuzzy search of grep to fuzzy search in search mode of grep.
- Added noise check to search mode of grep.
- Changed html help free and included it.
- Changed format of grep result.
- Enhanced accuracy of diff.
- Changed other small things.
- Fixed error that search omission sometimes occurs at grep.
- Fixed other small bugs.

2021/02/01  Ver 6.51
- Enhanced accuracy of diff.

2021/01/29  Ver 6.50
- Enhanced accuracy of diff.
- Enhanced speed of diff.
- Added "Focus on speed" option to diff.

2021/01/24  Ver 6.40
- Added auto Japanese convert.
- Fixed small bugs.

2021/01/19  Ver 6.38
- Added synonym to English fuzzy search.
- Enhanced accuracy of Japanese fuzzy search with new IME.
- Fixed small bugs.

2021/01/17  Ver 6.37
- Fixed small bugs.

2021/01/16  Ver 6.36
- Added spelling error correction to English fuzzy search.

2021/01/15  Ver 6.35
- Added initial to English fuzzy search.
- Added Kanji abbreviation to Japanese fuzzy search.
- Added variant form selector ignore to Japanese fuzzy search.
- Changed other small things.
- Fixed error that sometimes occurs at normal mode grep with highlight.
- Fixed error that sometimes occurs at fuzzy search of thread grep.

2021/01/09  Ver 6.34
- Added loose search to cell find all.
- Added loose search to shape find all.
- Added synonym to Japanese fuzzy search.
- Added Kanji furigana to Japanese fuzzy search.
- Enhanced accuracy of Japanese fuzzy search.
- Enhanced accuracy of similar search.
- Changed fuzzy search of grep at only normal grep mode.
- Abolished fuzzy search of index search.
- Adapted shape decoration change find of unsaved book to undo.
- Adapted shape decoration keep replace of unsaved book to undo.
- Adapted cell decoration keep replace to font.
- Adapted cell decoration keep replace to superscript and subscript.
- Adapted shape decoration keep replace to font.
- Adapted shape decoration keep replace at Excel 2007 later to superscript and subscript.
- Fixed error that decoration isn't sometimes kept at cell find.
- Fixed error that shape decoration keep replace doesn't work.
- Fixed error that similar search of shape find doesn't work.
- Fixed error that information of making index is deleted.
- Fixed other small bugs.

2021/01/01  Ver 6.33
- Adapted to html help.
- Enhanced process speed of making index.
- Enhanced accuracy of regex assemble after find all.
- Improved process of ref button in diff tab.
- Improved process of drag & drop in diff tab.
- Stabilized diff tab.
- Added word doc diff to file diff after folder diff.
- Adapted all ref buttons to drag & drop.
- Added delete button to name tab.
- Changed that at extract of extract tab date data is processed by display format.
- Improved error process of grep.
- Improved progress display of normal grep and it turned to be default.
- Adapted proofreading to undo process.
- Modified action of background index update stop button.
- Enhanced accuracy of broken link check.
- Changed that also at stop of analyzing password progress is displayed.
- Updated setting change in right click menu.
- Modified description of worksheet function at 64 bit Excel.
- Abolished including FunCustomize.dll.
- Changed other small things.
- Fixed error that title bar at simple mode is shown.
- Fixed error that bookmark doesn't work.
- Fixed error that sometimes occurs at open file grep. 
- Fixed error that .doc file isn't target for Word doc grep at later Excel 2007.
- Fixed error that occurs at all find of VBE tab in unsaved book.
- Fieed error that refersto is sometimes to new book at refersto replace of name tab.
- Fixed error that sometimes occurs at selecting share tab.
- Fixed error that news display doesn't work.
- Fixed error that sometimes doesn't find correctly in case of search direction is auto.
- Fixed error that option of "Only string values" doesn't work.
- Fixed error that grep doesn't work correctly at not using standard find.
- Fixed error that doesn't work at before Excel 2003.
- Fixed error that result color of diff sometimes is black.
- Fixed error that sometimes occurs at regex assemble.
- Fixed error that sometimes occurs at print check.
- Fixed error that settting change isn't sometimes reflected in case of index exists.
- Fixed error that find all with clipboard string doesn't work at task pane.
- Fixed error that calling Excel file diff from VBA doesn't sometimes work correctly.
- Fixed other small bugs.

2020/12/14  Ver 6.32
- Changed small things.
- Fixed error that search in wizard UI sometimes doesn't work.

2020/12/13  Ver 6.31
- Fixed error that temporary mode doesn't work.
- Fixed error that book mode doesn't work at 64 bit Excel.

2020/12/11  Ver 6.30
- Added "Ignore case" option to diff.
- Enhanced accuracy of diff.
- Fixed error that book mode doesn't work at 64 bit Excel.
- Fixed other small bugs.

2020/12/09  Ver 6.20
- Added tag function.

2020/12/02  Ver 6.10
- Added book mode.

2020/11/03  Ver 6.02
- Changed small things.
- Fixed small bugs.

2020/10/31  Ver 6.01
- Added scrollbar to task pane.

2020/10/29  Ver 6.00
- Added task pane and set default.
- Set read at use not default.

2020/07/25  Ver 5.83
- Added A1 cursor function to grep replace tab.
- Updated Excel-DNA.
- Fixed error that grep replace doesn't work rightly.
- Fixed other small bugs.

2020/06/17  Ver 5.82
- Changed that at resuming analyzing password, shows progress.
- Fixed error that when read at use, auto update doesn't work.

2020/06/13  Ver 5.81
- Added auto value search.
- Fixed error that RegEx worksheet functions aren't displayed in insert function dialog.
- Fixed other small bugs.

2020/05/24  Ver 5.80
- Included bregonig.dll and could change to Onigmo RegEx mode by default.

2020/05/05  Ver 5.70
- Added option of "Read at use" and set default.

2020/03/20  Ver 5.61
- Enhanced accuracy of Word doc grep.
- Enhanced accuracy of Word doc diff.
- Changed other small things.
- Fixed error that auto update sometimes doesn't work.
- Fixed other small bugs.

2020/01/21  Ver 5.60
- Added wizard UI.
- Fixed other small bugs.

2020/01/01  Ver 5.51
- Added broken link check.
- Adapted grep of word documents to high speed mode.
- Added diff of word documents.
- Enhanced speed of diff.
- Enhanced speed of grep.
- Improved process of grep.
- Updated Excel-DNA.
- Changed other small things.
- Fixed other small bugs.

2019/12/05  Ver 5.50
- Added mode of using Onigmo RegEx. (Need bregonig.dll)

2019/11/27  Ver 5.35
- Changed that can do auto install to any folder.
- Fixed error that sometimes can't do auto install.

2019/11/24  Ver 5.34
- Fixed error that sometimes can't do auto install.

2019/11/22  Ver 5.33
- Stabilized multi process by abolishing VBScript.
- Stabilized process in relation to install by abolishing VBScript.
- Enhanced accuracy of diff.
- Enhanced speed of diff.
- Abolished adjust function of diff.
- Fixed small bugs.

2019/08/31  Ver 5.32
- Added word documents grep.

2019/08/04  Ver 5.31
- Added search condition of around cells.
- Fixed error that auto update doesn't work at Windows 10.
- Fixed other small bugs.

2019/07/28  Ver 5.30
- Added input description to classic UI.
- Added description to card UI.

2019/07/21  Ver 5.28
- Added convert2 tab to card stock of card UI.
- Added sample tab to card stock of card UI.
- Fixed other small bugs.

2019/07/17  Ver 5.27
- Changed design of card UI.
- Fixed other small bugs.

2019/07/11  Ver 5.26
- Fixed error that sometimes can't do auto install.

2019/07/09  Ver 5.25
- Adapted to full color at decoration color.
- Added color palette after Excel 2007 to decoration color select.
- Added cell reference button to decoration color.
- Fixed error that extract with decoration sometimes doesn't work rightly.
- Fixed other small bugs.

2019/07/05  Ver 5.24
- Added option of "Go around" to find tab.

2019/06/30  Ver 5.23
- Fixed error that fuzzy search of grep doesn't sometimes work rightly.

2019/06/03  Ver 5.22
- Enhanced accuracy of diff drastically.
- Adapted to drag & drop files to diff tab.
- Fixed error that process doesn't sometimes finish at folder diff.

2019/03/23  Ver 5.21
- Added diff with current file to restoration select window.
- At diff of Excel files, adapted to opened files.
- Changed that VBA can use function of diff of Excel files.

2019/03/03  Ver 5.20
- Added resume to analyzing password.

2019/02/17  Ver 5.19
- Fixed small bugs.

2019/02/16  Ver 5.18
- At diff of Excel files, Changed structure of result sheets.
- At diff of Excel files, adapted to decoration.
- At diff of Excel files, adapted to shape.
- After folder diff, added diff all.
- Added grep to function of thread.
- Added shape grep to function of thread.
- Added index srarch to function of thread.
- Fixed error that can't select folder at 64 bit Excel.

2019/01/14  Ver 5.17
- Added simulation to cell replace all.
- Added simulation to shape replace all.
- Rename delete became independent of rename replace.
- Added rename search to card UI.
- Added rename replace to card UI.
- Fixed error that toolbar setting file becomes enlarged.
- Fixed other small bugs.

2019/01/03  Ver 5.16
- Enhanced accuracy of diff.
- Added diff to folder compare.
- Added diff to color setting.
- Changed other small things.
- Fixed other small bugs.

2018/12/23  Ver 5.15
- Added temporary mode.
- Added read function to diff.

2018/12/09  Ver 5.14
- Added adjustment function to diff.

2018/11/24  Ver 5.13
- Changed that you can use cross lines option at grep.
- Changed that you can use cross lines option at idx search.
- Changed that you can use cross lines option at shape find all.
- Changed that you can use cross lines option at shape select all.
- Changed that you can use cross lines option at shape grep.
- Added fuzzy search to grep.
- Added fuzzy search to idx search.
- Added fuzzy search to shape grep.
- Fixed error that decoration change doesn't work correctly at find cross lines.
- Fixed other small bugs.

2018/10/30  Ver 5.12
- Fixed bug of print check.
- Fixed other small bugs.

2018/10/27  Ver 5.11
- Enhanced accuracy of print check.
- Fixed other small bugs.

2018/10/14  Ver 5.10
- Changed design of card UI.
- Abolished mouse gesture.
- Fixed other small bugs.

2018/09/15  Ver 5.09
- Added classic color to right click menu.

2018/09/09  Ver 5.08
- Changed small things.
- Fixed small bugs.

2018/08/28  Ver 5.07
- Enhanced stability of grep.
- Fixed other small bugs.

2018/08/26  Ver 5.06
- Added convert tab to card stock of card UI.
- Enhanced accuracy of regex convert.

2018/08/16  Ver 5.05
- Added keep tab to card stock of card UI.
- Enhanced accuracy of print check.

2018/07/25  Ver 5.04
- Changed auto fuzzy search to auto additional search.
- Added auto similar search to auto additional search.

2018/07/18  Ver 5.03
- Added function of auto fuzzy search.

2018/06/05  Ver 5.02
- Added "find whole workbook" option to card UI.
- Added grep replace and select all to card UI.
- Added shape find all and shape replace all to card UI.
- Added shape grep, shape grep replace, and shape select all to card UI.

2018/05/13  Ver 5.01
- Added 10 advanced cards to card stock of card UI.
- Fixed other small bugs.

2018/05/05  Ver 5.00
- Changed card input to card UI.
- Changed card UI to the default UI.
- Changed other small things.
- Fixed error that wrong shape name is out at idx search.
- Fixed other small bugs.

2018/04/28  Ver 4.60
- Added card input.
- Fixed small bugs.

2018/04/23  Ver 4.51
- Fixed small bugs.

2018/04/01  Ver 4.50
- Added index search (Idx tab).
- Fixed other small bugs.

2018/03/11  Ver 4.32
- Fixed error that sometimes can't find in find prev.
- Fixed error that sometimes can't find in grep.
- Changed other small things.
- Fixed other small bugs.

2018/02/28  Ver 4.31
- Grep speed gets faster.
- Changed default of "display up and down" at Grep off.
- Changed other small things.

2018/02/18  Ver 4.30
- Grep speed gets faster.
- Fixed error that find sometimes doesn't work correctly when fomula error cells exist.
- Fixed error that occurs with many range selection.
- Fixed eroor that find sometimes doesn't work correctly with many range selection.

2018/02/11  Ver 4.29
- Added number range mode to regex assemble.
- Fixed other small bugs.

2018/01/27  Ver 4.28
- Fixed error that high speed mode grep doesn't work.
- Fixed other small bugs.

2018/01/01  Ver 4.27
- Changed high speed mode grep to background process.
- Abolished background mode grep.
- Abolished idle mode grep.
- Added common to settings per tab.
- Added grep to sheet tab.
- Added grep replace to sheet tab.
- Changed other small things.
- Fixed other small bugs.

2017/12/04  Ver 4.26
- Enhanced accuracy of print check.
- Enhanced accuracy of DIFF of Excel file.

2017/11/23  Ver 4.25
- Enhanced accuracy of print check.

2017/11/23  Ver 4.24
- Print check is limited to Excel 2010 later.
- Enhanced accuracy of print check drastically.
- Changed default shortcut key to Ctrl+Shift+R.
- Changed other small things.

2017/10/28  Ver 4.23
- Fixed error that find with row or column select doesn't work correctly.

2017/10/18  Ver 4.22
- Enhanced accuracy of Grep.
- Fixed error that sometimes occurs at regex assemble.

2017/10/15  Ver 4.21
- Adjusted windows in windows 10.

2017/10/14  Ver 4.20
- Added synonym function.

2017/09/24  Ver 4.19
- Fixed small bugs.

2017/09/03  Ver 4.18
- Changed that csv and txt files are excluded from restoration by restore point.

2017/07/30  Ver 4.17
- Added function of analyzing password.

2017/07/20  Ver 4.16
- Added restore information to restoration select window.

2017/07/16  Ver 4.15
- Added undo button to shape tab.
- Strengthened restoration function.
- Added highlight to grep and shape grep.
- Changed other small things.

2017/07/02  Ver 4.14
- Fixed error that sometimes occurs at find of proofreading.

2017/06/30  Ver 4.13
- Fixed error that insert of regex worksheet function sometimes doesn't work.

2017/05/20  Ver 4.12
- Added up folder button to Grep tab and so on.
- Added function of terminating remained other process Excel.
- Changed other small things.
- Fixed other small bugs.

2017/04/30  Ver 4.11
- Added "mark all" to find tab.
- Added "release mark" to find tab.
- Added option of "display up and down" to Grep tab.
- Changed format of grep result.
- Changed default of background find off.
- Changed default of background index update off.
- Changed default of mouse gesture off.
- Changed other small things.
- Fixed other small bugs.

2017/04/10  Ver 4.10
- Changed Smart Diff to Diff tab.
- Enhanced accuracy of diff.
- Process speed of diff gets faster.
- Added Excel files compare to diff.

2017/03/29  Ver 4.06
- Enhanced accuracy of Smart Diff.

2017/03/27  Ver 4.05
- Process speed of Smart Diff gets faster.
- Changed default setting of quick search toolbar off at Excel 2013 later.

2017/02/27  Ver 4.04
- Fixed error that doesn't work at 64 bit Excel.

2017/02/25  Ver 4.03
- Fixed error that isn't sometimes found if merged cells exist.
- Fixed other small bugs.

2017/02/23  Ver 4.02
- Changed quick search toolbar at Excel 2013 later.
- Changed default setting of quick search toolbar on at Excel 2013 later.
- Changed other small things.
- Fixed error that isn't sometimes found if merged cells exist.
- Fixed other small bugs.

2017/02/05  Ver 4.01
- Fixed error that sometimes occurs at Excel start and end.

2017/01/23  Ver 4.00
- Added background find.
- Added option of stopping background index update.
- Added abstract mode to regex assemble.
- Added abstract mode 2 to regex assemble.
- Added capture reference replace mode to regex assemble.
- Added orthographical variants check.
- Added regex autofilter.
- Added finding back shapes to shape tab.
- Added also target shape option to grep tab.
- Added function of send message to Ver tab.
- Added export after find all.
- Added regex assemble after find all.
- Added Smart Diff.
- Added function of clear settings.
- Abolished sub windows and moved the functions to settings per tab.
- Moved minimap to main window.
- Dealt with minimap from find all in multi sheets.
- Changed result of find all multi selectable.
- Changed same name shapes can be selected in result of shape find all.
- Changed that not saved books are also linked at open file grep.
- Enhanced usability of inserting regex worksheet function.
- Enhanced usability of ring menu of other tabs.
- Changed other small things.
- Fixed error that find and replace in VBE tab don't work.
- Fixed error that occurs at find with select regex containing spaces.
- Fixed error that sometimes occurs in graph sheet.
- Fixed error that when invisible cells exist, find sometimes doesn't work rightly.
- Fixed other small bugs.

2016/09/13  Ver 3.38
- Fixed error that Excel calculation method doesn't recover after high speed grep.
- Fixed error that waiting for terminating auto maintenance of index sometimes doesn't work.

2016/09/09  Ver 3.37
- Fixed error that hyperlinks of grep and grep replace result aren't set rightly.
- Fixed error that sometimes occurs at excel finish in Excel 2010 before.
- Fixed error that waiting for terminating auto maintenance of index doesn't work.
- Fixed other small bugs.

2016/09/06  Ver 3.36
- Fixed error that auto maintenance of experience index sometimes doesn't work.
- Fixed other small bugs.

2016/09/05  Ver 3.35
- Added auto maintenance of experience index.
- Changed case of using experience index.
- Changed default of "Include SmartArt" in target shape subwindow to checked.
- Changed grouped shapes targeted at shape grep in Excel 2003 before.

2016/08/28  Ver 3.34
- Changed case of using experience index.
- Changed size of simple mode.
- Changed display of button, etc. at mouse over.
- Changed other small things.

2016/08/18  Ver 3.33
- Added progress display of high speed mode grep.
- Shape grep speed gets faster with experience index.
- Changed ZIP archive grep to normal mode grep only.
- Changed value search grep not to use experience index.
- Abolished high speed value search grep.
- Fixed error that can't cancel high speed mode grep.
- Fixed other small bugs.

2016/08/14  Ver 3.32
- Added filter after find all.
- Changed minimap to function after find all.
- Added find result position mark to minimap.
- Enhanced usability of sub windows in Excel 2013 later.
- Modified other small things.
- Fixed error that progress display doesn't work in high speed mode grep.
- Fixed error that occurs in finding cell when shape is selected.

2016/08/09  Ver 3.31
- Fixed error that normal mode grep doesn't work.

2016/08/07  Ver 3.30
- Grep speed gets faster with experience index.

2016/08/03  Ver 3.21
- Fixed error that sometimes occurs at grep in Excel 2010 previous.
- Fixed error that occurs when grep target file is none.
- Fixed error that grep doesn't work just after install.

2016/07/31  Ver 3.20
- Grep speed gets faster.
- Grep gets stabilized.

2016/07/25  Ver 3.17
- Enhanced accuracy of find.
- Find speed gets faster.
- Improved error process of high speed mode grep.
- Modified other small things.
- Fixed error that if terminate Excel during high speed mode grep, process doesn't finish.
- Fixed error that if .NET Framework is disabled, sometimes occurs at find.
- Fixed error that if used range in worksheet is large, sometimes occurs.
- Fixed error that proofreading doesn't work.
- Fixed other small bugs.

2016/07/18  Ver 3.16
- Grep speed gets faster.
- Modified other small things.

2016/07/15  Ver 3.15
- Fixed error that high speed mode grep doesn't work at Excel 2013 later.

2016/07/14  Ver 3.14
- Find speed gets faster.
- Grep speed gets faster.
- Changed default of "High speed mode" in grep subwindow to checked.
- Changed when high speed mode grep can't be executed, can do normal mode grep.
- Changed that can cancel during high speed mode grep execution.
- Improved error process of high speed mode grep.
- Modified other small things.
- Fixed error that occurs when replace cells over max formula characters.

2016/07/03  Ver 3.13
- Added suggest to find all.
- Added regex game.
- Enhanced accuracy of find.
- Modified other small things.
- Fixed error that setting search of right click menu doesn't work.
- Fixed other small bugs.

2016/06/12  Ver 3.12
- Enhanced accuracy of check replace.
- Enhanced accuracy of replace in .NET Framework mode.
- Improved transition to Regexp Assemble mode.

2016/06/01  Ver 3.11
- Added mode of using .NET Framework RegEx.
- Enhanced accuracy of find.
- Enhanced process speed of find.
- Changed transition to Regexp Assemble mode to only tab click.
- Changed default of "Grep history off" to checked.
- Modified other small things.
- Fixed other small bugs.

2016/05/22  Ver 3.10
- Adapted following expressions by using .NET Framework RegEx engine.
  - Positive look back
  - Negative look back
  - Named group
  - Named back reference
  - Named capture reference
  - Option changed group
  - Option change
  - Not backtracking group
  - Comment
- Modified that toolbar setting file doesn't become enlarged.
- Modified other small things.
- Fixed error that find prev sometimes doesn't work correctly.
- Fixed error that special find doesn't work correctly.
- Fixed error that can't install at 64 bit Excel.
- Fixed error that underline of decoration replace doesn't work correctly.
- Fixed other small bugs.

2016/04/24  Ver 3.02
- Enhanced process speed of find.
- Enhanced process speed of grep.
- Enhanced process speed of high speed grep.
- Modified that toolbar setting file doesn't become enlarged.
- Changed default of sub window to hide.
- Correct regular expression terms.

2016/04/17  Ver 3.01
- Added proofreading function.
- Enhanced usability after Excel 2013.
- Modified that after error, can show dialog without restarting Excel.
- Modified other small things.
- Fixed error that spcial replace at select replace doesn't work rightly.
- Fixed error that sometimes occurs at Excel finsh after Excel 2013.
- Fixed error that occurs at processing grouped shapes before Excel 2003.
- Fixed other small bugs.

2016/03/13  Ver 3.00
- Added simple mode.
- Added other tabs button to mini window mode 2.
- Added function of regex input sheet.
- Added function of setting change to right click menu.
- Added function of "find all with clipboard string" to right click menu.
- Changed that meta characters are escaped when regex convert.
- Added pattern error process to regex assemble.
- Changed auto install folder to user add-in folder.
- Added path check to auto install.
- Changed that can use right click menu just after install at Excel 2013 later.
- Changed default of sub window to hide.
- Modified other small things.
- Fixed error that process doen't finish seqential search of empty find what.
- Fixed error that can't stop Grep after find hit at Excel 2013 later.
- Fixed error that sub windows aren't shown at only 1 shown tab.
- Fixed error that can't open when setting saved file is broken.
- Fixed other small bugs.

2016/02/21  Ver 2.95
- Enhanced background grep usability.
- Modified install message.
- Modified other small things.
- Fixed error that books grep replaced got invisible.
- Fixed error that auto install to common add-in folder doesn't work.
- Fixed other small bugs.

2016/02/16  Ver 2.94
- Fixed error that high speed grep doesn't work. 
- Fixed other small bugs.

2016/02/02  Ver 2.93
- Fixed error that replace processes don't work rightly. 

2016/01/11  Ver 2.92
- Added fill tab.
- Added regular expression conVer function.
- Added find what pin function.
- Added replace with pin function.
- Added folder pin function.
- Changed window action in Excel 2013 later.
- Fixed error that sometimes occurs in find whole workbook.
- Fixed other small bugs.

2015/12/24  Ver 2.91
- Fixed error that high speed grep doesn't work at Excel 2013 later.

2015/12/15  Ver 2.90
- Added print check function.
- Fixed error that high speed grep doesn't work.
- Fixed error that all find result list sometimes isn't displayed rightly except 1st one.
- Fixed other small bugs.

2015/11/28  Ver 2.89
- Fixed error that replace sel doesn't work.
- Fixed error that can't replace zero length string rightly sometimes.
- Fixed other small bugs.

2015/11/23  Ver 2.88
- Enhanced accuracy of regular expession railroad diagram.
- Enhanced accuracy of find examples and RERND worksheet function.
- Fixed other small bugs.

2015/11/18  Ver 2.87
- Added regular expession railroad diagram function.
- Enhanced accuracy of find examples and RERND worksheet function.
- Process speed gets faster.
- Fixed error that sometimes can't find rightly in using standard find.
- Fixed error that sometimes occurs in special replace.
- Fixed other small bugs.

2015/11/03  Ver 2.86
- Process speed gets faster.
- Enhanced grep usability at Excel 2013.
- Fixed other small bugs.

2015/10/25  Ver 2.85
- Modified that can process grouped autoshapes without releasing group.
- Abolished "Release group" option.
- Modified that show smartarts in find results list.
- Modified subwindow action at Excel 2013.
- Modified can process options in subwindows without showing subwindows.
- Enhanced grep usability at Excel 2013.
- Moved "Grep history off" option to grep subwindow.
- Modified that memory shortage error doesn't occur at replace all many data.
- Modified that memory shortage error doesn't occur at change decoration find many data.
- Modified that error doesn't occur in case grep results are more than max hyperlink.
- Modified other small things.
- Fixed error that "~" can't be found with standard find.
- Fixed other small bugs.

2015/10/04  Ver 2.84
- Changed position of additional command sub window.
- Added comamnd 2 and command 3 to additional command sub window.
- Added "Grep Replace" tab and "Grep Shapes" tab to mini window mode 2.
- Added additional command sub window to "Grep Replace" tab and "Grep Shapes" tab.
- Changed that can use additional command at "Replace sel".
- Changed that can't outline and show all in worksheets with autoshapes.
- Adjusted windows in windows 10.
- Fixed other small bugs.

2015/09/23  Ver 2.83
- Added "Show all" button to "Find" tab.

2015/09/17  Ver 2.82
- Decoration search in cells gets faster.
- Enhanced usability at Excel 2013.
- Fixed error about sub windows at Excel 2013.

2015/08/16  Ver 2.81
- Fixed error that replace all sometimes doesn't finish.

2015/08/02  Ver 2.80
- Fixed small bugs.

2015/07/25  Ver 2.79
- Added VBE tab.
- Deleted regular expression send function.
- Fixed other small bugs.

2015/06/27  Ver 2.78
- Changed that VBA can use function of Regexp Assemble.
- Fixed error grep doesn't work in Excel 2000.
- Fixed other small bugs.

2015/06/21  Ver 2.77
- Added function of Regexp Assemble.
- Modified other small things.
- Fixed other small bugs.

2015/04/06  Ver 2.76
- Fixed error that can't open dialog in Excel 2013.

2015/04/05  Ver 2.75
- Added password list to Grep sub window.
- Fixed error that freeze if you open file with password at Excel 2013 start.

2015/03/01  Ver 2.74
- Enhanced usability of sub windows.
- Enhanced accuracy of find examples and RERND worksheet function.
- Modified that shapes without text is target in shape tab.
- Added additional command sub window to shape tab.
- Added "command reference" button to additional command subwindow.
- Added "color reference" button to additional command subwindow.
- Added "net all off" option.
- Modified "Open VBE at close" option.
- Modified other small things.
- Fixed other small bugs.

2015/02/14  Ver 2.73
- Additional command sub window is added.
- Fixed error that sometimes occurs by formula error in replace.
- Fixed error that occurs by formula error in making result list.

2015/02/01  Ver 2.72
- Mini window mode 2 is added.
- "Current Cell (Formula)" is added to right click menu.
- "Current Cell (Value)" is added to right click menu.
- "Delete from List" is added to right click menu.
- Modified other small things.
- Fixed error that process sometimes doesn't finish when use standard find.
- Fixed error that sometimes drops find target when use standard find.
- Fixed error that target area is small when marged cells are selected
  in whole workbook find.
- Fixed error that occurs in case refers cells whose formula can't be refered
  when use standard find.
- Fixed error that occurs in case columns are too many in high speed value grep.
- Fixed error that occurs in case select hidden comment in shape process.
- Fixed error that occurs in case open worksheets which can't be opened
  in high speed value grep.
- Fixed error that occurs in case search result is none in whole workbook find
  or whole workbook replace.
- Fixed other small bugs.

2015/01/01  Ver 2.71
- Adapted to replacing array formula.
- Adapted worksheet functions to array formula.
- Improved display of minimap in Excel 2013.
- Improved display of windows in Excel 2013.
- Added name tab.
- Function of "Save replace patterns" is added.
- Option of "remember window position" is added.
- Option of "window animation off" is added.
- Update button for Ver up is added.
- Sub window show button is added.
- Modified that can operate sub window with keyboard.
- Added key tab in setting tab.
- Modified setting current cell when minimap is shown.
- Modified other small things.
- Fixed error that worksheet functions maybe don't work except in Japan.
- Fixed error that sub windows don't work depending on environments.
- Fixed error that sub windows don't work in trial mode.
- Fixed error that sometimes don't start up if sub windows are always shown.
- Fixed error that grep sometimes stops.
- Fixed error that error sometimes occurs at shape grep of idle execution.
- Fixed error that idle execution grep stops.
- Fixed other small bugs.

2014/12/14  Ver 2.70
- Mini window mode is added.
- High speed grep is stabilized.
- Fixed other small bugs.

2014/12/10  Ver 2.69
- High speed value search in grep is added.
- Fixed error that high speed grep doesn't work.
- Fixed error that background grep doesn't work.
- Fixed error that idle time grep stops.
- Fixed error that sometimes aborts by overflow at value search.
- Fixed error of sub window display.

2014/09/21  Ver 2.68
- Fixed error that extract doesn't work correctly.

2014/07/07  Ver 2.67
- Added decoration sub window to extract tab.
- Added additional condition sub window to extract tab.
- Added display of result list to shape find.
- Modified other small things.
- Fixed other small bugs.

2014/06/26  Ver 2.66
- Changed way to show sub windows.
- Modified other small things.
- Fixed other small bugs.

2014/06/01  Ver 2.65
- Fixed error that can't install in Excel 2000.
- Fixed error that high speed mode of grep doesn't work just after install.

2014/05/26  Ver 2.64
- Fixed error that high speed mode of grep doesn't work sometimes.
- Modified that can't use mouse gesture in 64 bit Excel.
- Added display of progress rate at grep progress.
- Fixed other small bugs.

2014/05/21  Ver 2.63
- Added high speed mode of shape grep.
- Added high speed mode of shape grep replace.
- Modified that can use high speed mode only by multi core CPU.
- Fixed error that worksheet function of REREPL doesn't work in 64 bit Excel.

2014/05/18  Ver 2.62
- Added high speed mode of grep replace.
- Added grep progress option.
- Fixed error that doesn't work in Excel 2000.
- Fixed error of standard find.

2014/05/12  Ver 2.61
- Fixed error of high speed mode of grep.

2014/05/10  Ver 2.60
- Added high speed mode of grep.
- Added "Include Smartart" option in shape.
- Fixed error of standard find.

2014/04/13  Ver 2.59
- Fixed error that isn't found sometimes at standard find.

2014/03/30  Ver 2.58
- Added process of next start after abort.
- Added "before match" and "before not match" to worksheet function.
- Window process got lighter.
- Changed way to install.

2014/03/09  Ver 2.57
- Fixed error that can't find date type data at standard find.
- Fixed error that can't restore group when same name shapes exist.

2014/02/10  Ver 2.56
- Process speed gets faster.
- Modified small things.

2014/02/01  Ver 2.55
- Fixed error that sometimes occurs in standard find.
- Fixed error that occurs when accesses worksheets that can't be accessed.

2014/01/26  Ver 2.54
- Fixed error that can't find in multiple worksheets by standard find.

2014/01/03  Ver 2.53
- Changed that mouse gestures aren't accepted during processing.
- Changed that "^" and "$" in "\Q\E" phrase work.

2013/12/23  Ver 2.52
- Outline function is added.
- Minimap is adjusted a little.
- Fixed error that select all when not using standard find doesn't work correctly.
- Fixed error that sometimes doesn't hit in standard find.

2013/12/15  Ver 2.51
- Minimap function is added.
- Starting command is added to right click menu of page break preview.

2013/11/30  Ver 2.50
- The literal $ in right click menu is added.
- Fixed error that can't get news.

2013/11/14  Ver 2.49
- Grep sub window is added.
- Function of executing grep in background is added.
- Fixed error that occurs at check with cross lines.

2013/11/08  Ver 2.48
- Fixed error that can't do grep.

2013/11/05  Ver 2.47
- Added row select and column select on select all.
- Added bookmark function.
- Added news display function. (Japanese news only)

2013/07/27  Ver 2.46
- Modified small things.
- Fixed small bugs.

2013/07/13  Ver 2.45
- Added mouse gesture function.

2013/06/30  Ver 2.44
- Fixed small bugs.

2013/06/01  Ver 2.43
- Added "Exec at idle time" option in grep.
- Fixed error that at right click menu of tab "Default" Excel sometimes aborts.
- Fixed error that in case same name shapes exist, select all doesn't work correctly.

2013/05/12  Ver 2.42
- Added select all in shape tab.
- Modified that can do multiple sheets at find all and replace all in shape tab.
- Added offset function of grep.
- Fixed error that can't stop at standard find in grep.
- Fixed error that autofilter hidden cells aren't found at standard find in grep.
- Fixed error that cells out of selection aren't found at standard find in grep.
- Modified other small things.
- Fixed other small bugs.

2013/05/06  Ver 2.41
- Fixed error that "confirm when replace" of standard find doesn't work correctly.
- Fixed error that can't operate after cancel of "confirm when replace".
- Fixed error of shortcut key action in 64 bit Excel.

2013/05/06  Ver 2.40
- Added function of select all in find tab.
- Fixed error that find all of standard find doesn't work correctly.
- Modified other small things.

2013/05/03  Ver 2.39
- Fixed error that search direction of standard find is opposite.
- Fixed error that occurs when error cell is found in value search of standard find.

2013/04/29  Ver 2.38
- Modified that if can find by standard find, use standard find.
- Added option of not using standard find.
- Fixed error that occurs by referring overflowed cells.

2013/04/02  Ver 2.37
- Added functions to right click menu of tab.
- Enhanced precision with auto update.
- Fixed other small bugs.
- Modified other small things.

2013/01/26  Ver 2.36
- Fixed error that sub forms don't act in Windows XP.
- Added function of auto clear.
- Fixed error that function of IME re-convert don't act.
- Modified that can IME re-convert in English characters.
- Ordered item in setting tab.
- Fixed error that sometimes doesn't replace correctly at special replace.
- Modified other small things.

2013/01/16  Ver 2.35
- Added function of displaying search result example.
- Added function of parentheses complement.
- Added usable regular expression of RERND function.
- Fixed error that sometimes doesn't replace correctly at special replace.
- Fixed other small bugs.

2013/01/03  Ver 2.34
- Changed decoration form.
- Added additional condition form.
- Added target shape form.
- Changed way of display sub forms.
- Added function of decoration change in find, replace, and grep replace.
- Added function of decoration change in shape, shape replace, and shape grep replace.
- Added function of additional condition in grep and grep replace.
- Added function of target shape in shape grep and shape grep replace.
- Fixed error that search doesn't finish in case of search pattern error at sequencial search.
- Fixed error that that can't close form if error occurs in shape grep replace.

2012/12/15  Ver 2.33
- Changed font of English mode.
- Fixed error that occurs when formula is hidden.
- Fixed error that aborts in trying.
- Fixed other small bugs.

2012/12/02  Ver 2.32
- Changed way of display decoration form.
- "Keep color" is changed into "Keep decoration".
- Decoration search function is added at replace and grep replace.
- Added find in sequence.
- Process speed gets faster.
- Fixed error that aborts when right click menu in Excel 2013 Preview.
- Fixed error that sometimes drops find target when cells over max formula letters exist.
- Fixed error that occurs when replace with keep color for formula error cell.
- Fixed error that occurs when find underline in decoration.
- Fixed other small bugs.

2012/11/21  Ver 2.31
- Added option of change tab order.
- Added right click menu of tab.
- Added preview function in split tab.
- Modified error that occurs when do extract in shared workbook.
- Modified error that occurs when do shape grep or shape grep replace in shared workbook.

2012/10/28  Ver 2.30
- Added split tab.
- Added Start pos button on find and replace tab.
- Modified that can stop process during find all and replace all.
- Find all get faster.
- Coloring process at find and replace get faster.
- Modified other small bugs.

2012/09/23  Ver 2.29
- Added function of quick search toolbar.
- Added option of grep history off.
- Modified that ignore books with password at grep system.
- Modified other small bugs.

2012/09/09  Ver 2.28
- Modified that can use minimize button after find all.
- Added option that targets opened files at grep system.
- Modified error that sometimes occurs at decoration color find over Excel 2007.
- Modified error of worksheet function "RERND".

2012/08/12  Ver 2.27
- Worksheet function "RERND" is added.

2012/07/21  Ver 2.26
- Changed that at grep or shape grep you can find in zip archives.
- Modified other small bugs.

2012/07/20  Ver 2.25
- Adapted to Excel 2013 Preview.
- Changed that if install with admin authority, display notice.

2012/07/15  Ver 2.24
- Folder input area is changed to combobox.
- Changed that input folder is selected at folder select dialog.
- Function of rename is added.

2012/05/20  Ver 2.23
- Function of delete toolbar setting file is added.

2012/04/15  Ver 2.22
- Function of auto dialog position adjustment after find is added.
- Modified error that sometimes occurs in shape replace.
- Modified error that sometimes occurs in sheet replace.
- Modified error that selection in from result 2 to result 10 
  of find all list doesn't work.

2012/04/07  Ver 2.21
- Search direction option is added.
- Find all and replace all get faster.

2012/03/31  Ver 2.20
- Setting Tab is added.
- Meiryo UI Option is added.
- Modified error that Japanese remains partly in English mode.
- Modified that when opened readonly in grep replace or shape grep replace,
  colors red in result list.
- Modified that opens readonly at shape grep.
- Save judgment at grep replace or shape grep replace became stricter.

2012/03/24  Ver 2.19
- Function of IME re-convert by convert key is added.
- Modified error that sometimes occurs in find with coloring and cross lines.
- Modified error that occurs by workbook without worksheets at grep or grep replace.

2012/03/10  Ver 2.18
- Modified error that sometimes occurs in shape system when undo groups.
- Enhanced precision with check of folder existence in grep system.
- Modified that can't close form during process in grep system.

2012/02/19  Ver 2.17
- Function of replace select is added.
- Modified that doesn't target Excel temp file at grep system.
- Modified error that is judged trial mode when isn't trial mode.

2012/02/08  Ver 2.16
- Modified that can keep to 10 results of "Find all".
- Changed process of undo function.

2012/02/05  Ver 2.15
- Modified that don't check if object string is empty at check.
- Tool hint about back reference is added.
- Modified other small things.

2012/01/03  Ver 2.14
- Decoration find function is added.
- Sheet tab is added.
- Modified other small bugs.

2011/12/10  Ver 2.13
- Trial mode is added.
- Phrase "\Q\E" (quote meta character) is added.
- Modified "Open VBE at close" option.

2011/12/03  Ver 2.12
- "Open VBE at close" option is added.
- Modified error that aborts when do shape replace at Excel 2007 over.
- Modified error that aborts when do shape grep replace at Excel 2007 over.
- Modified error that can't do set of normal find and special find at additional cond.
- Modified error that can't change color of numeric cells at coloring.

2011/11/27  Ver 2.11
- Phrase "(?<=)" (before match) is added.
- Phrase "(?<!)" (before not match) is added.
- Modified error that aborts when try to terminate Excel and cancel.
- Modified error that special replace doesn't run at shape replace.
- Modified error that doesn't run in English Ver environment.

2011/11/19  Ver 2.10
- English mode is added.

2011/10/22  Ver 2.09
- Modified error that occasionally aborts when terminate Excel at Excel 2000.
- Modified error that replace doesn't finish when replace top or last with 
  "Keep color".
- Modified error that replace doesn't finish when replace top or last in shape
  with "Keep color".
- Modified error that doesn't run right click menu for example "Cut" after Vista.

2011/09/19  Ver 2.08
- Modified that ignores dialog of link to other workbook when Grep system.
- Modified error that find doesn't finish occasionally when hiding columns.

2011/08/14  Ver 2.07
- Modified error that occasionally occurs at "Find all" including graph sheets.

2011/08/05  Ver 2.06
- Adjusts form after "All find" at Aero theme.
- Modified error that occasionally occurs when find with coloring or replace
  after can't replace because of formula error.
- Modified error that occurs when merged cells are in "Column to" at extract.

2011/07/29  Ver 2.05
- Worksheet function "REMATCH" is added.
- Function guide is added.

2011/07/18  Ver 2.04
- Modified error that don't open if diagram draw toolbar is hide at Excel 2003 SP3.
- "Not undo" option of find with coloring is added.
- Find with coloring gets faster.
- Replace with "Keep color" gets faster.

2011/07/11  Ver 2.03
- Modified error of auto install.
- Modified action when turn on or off add-in temporary.
- Worksheet function "REVLOOKUP" is added.
- Worksheet function "REHLOOKUP" is added.
- Step of connecting server function is added when server is busy.
- Modified other small bugs.

2011/06/21  Ver 2.02
- Strengthen error report function.

2011/06/08  Ver 2.01
- "Confirm when replace" option at shape replace is added.
- Modified that keeps color before replace at shape replace.
- Modified that opens confirm dialog at Grep replace and shape Grep replace.
- "Keep color" option at replace is added.
- Modified that if "Keep color", undo after replace undoes character color too.
- Modified that undoes groups after release groups at shape find and shape replace.
- Modified that undoes groups after release groups at shape grep replace.
- Modified error that shows notice message if could replace all at shape grep.

2011/05/08  Ver 2.00
- Function of make regular expression is added.
- Description of frequently used regular expression is added.
- "Object" option at shape find and shape replace is added.
- Modified error that occurs formula error is in "Column from" at extract.
- Modified error that doesn't save settings at Excel 2000.
- Modified error that aborts when unistall if open multiple Excels.
- Modified error that can use function of internal process.
- Modified other small things.

2011/05/01  Ver 1.99
- Modified error that occurs after find with corling formula cells.
- Modified that can undo after spcial find with coloring.
- Modified error that aborts when do shape find or shape replace in shared workbook.
- Modified error that aborts when do shape grep or shape grep replace in shared workbook.

2011/04/27  Ver 1.98
- Modified error that aborts if hide worksheet is in workbook at shape grep.
- Modified that can set on or off checking update at start up.
- Modified that can set on or off function using internet at first start up.

2011/02/13  Ver 1.97
- Modified error that not distinct half/full size, upper/lower case at spcail find etc.

2011/01/23  Ver 1.96
- Modified error that don't open if diagram draw toolbar is hide at Excel 2003 SP3.

2011/01/02  Ver 1.95
- Modified that changes color of replace part at shape replace.
- Modified error that Excel isn't active at Excel open.

2010/12/15  Ver 1.94
- Function of half clear form is added.
- Function of selection of form background color is added.
- Modified error that doesn't replace correctly at "Replace prev" with find value.
- Modified error that occurs if will be formula error after replace with find value.

2010/11/28  Ver 1.93
- Modified that changes checking update at startup from when open form to when open Excel.
- Modified error that doesn't display right click menu at "Word complement".
- Function of undo when find with coloring is added.

2010/11/21  Ver 1.92
- Modified error that aborts or errs after failed undo.
- Abolished function that displays advertisement.
- Function of auto update is added.

2010/11/14  Ver 1.91
- Modified error that occurs when find with "Cross lines" and "Coloring".
- Modified that can do auto install if don't have authority of common add-in folder.
- Modified that can use function in insert function dialog at 64 bit Excel too.
- Function that displays advertisement is added.

2010/11/06  Ver 1.90
- Function of sharing regular expression is added.
- Modified other small things.

2010/11/01  Ver 1.86
- Open from right click menu is added.
- Modified error related to graph sheets.
- Modified error that "Find value" option isn't effective.
- Modified error that replace doesn't finish if shapes refering cell exist at shape replace.
- Special find is added.
- Modified error that aborts if protected worksheets exist.
- Shape grep replace is added.
- Modified other small things.

2010/10/11  Ver 1.85
- Modified that targets files whose extension are upper case at grep.
- Modified error that targets files whose name include ".xls" too at grep.
- Modified error that occurs when find with coloring of 256 over match characters.

2010/09/20  Ver 1.84
- Modified error that aborts when path is 260 over characters at grep.

2010/07/15  Ver 1.83
- Modified that can run in 64 bit Excel.

2010/06/06  Ver 1.82
- Shape grep is added.

2010/05/09  Ver 1.81
- Phrase "(?#)" (comment) is added.
- Modified error that aborts Excel if complement words is none at "Word complement".

2010/05/04  Ver 1.80
- "Word complement"is added.
- Function of "Save patterns" is added.

2010/04/25  Ver 1.78
- Modified error that occurs when find with coloring in cells of max formula characters.
- Modified that changes new line at replace from CRLF to Excel standard LF.

2010/02/11  Ver 1.77
- Modified error that occurs if select "No" at confirmation of replace.

2010/01/14  Ver 1.76
- Modified error that occurs when find or replace selecting objects.
- Modified error that aborts when select list after "Find all" if workbooks or worksheets
  don't exist.
- Modified error that occurs when find with coloring in protected worksheets.
- Modified error that aborts when do grep replace in protected worksheets.
- Modified error that occurs when do "Special find".
- Modified error that occurs when get formula error after replace.

2010/01/02  Ver 1.75
- Function of checking regular expression is added.
- Modified error that occurs when get formula error after replace.
- Modified other small bugs.

2009/12/20  Ver 1.74
- Changes font of input area to MS Gothic.
- Checking update gets faster. 
- "Set current cell on ""find what"" at start up" option is added.
- Function of undo after replace error is added.
- Modified error that don't move tabs by Ctrl+PageUp or PageDown depending on environments.
- Modified error that occurs when hits formula error cell at find.

2009/12/15  Ver 1.73
- Modified that doesn't abort when error occurs.
- Error report is added.

2009/12/09  Ver 1.72
- "Cross lines" at find is added.
- Modified error that aborts when find formula cell with coloring at find and extarct.
- Modified small bugs of extarct.
- Modified error that isn't distinct from upper case and lower case 
  in worksheet function.

2009/08/15  Ver 1.71
- Modified error in customize of shortcut key of dialog open.

2009/07/18  Ver 1.70
- "Additional cond" is added in find and replace.
- Deleted find button from "Replace" tab.
- Modified other small things.

2009/06/28  Ver 1.60
- Modified error that item in grep result list doubles.
- Grep replace is added.

2009/06/21  Ver 1.52
- Incremental search is added.

2009/05/10  Ver 1.51
- Modified that can change size of dialog after "Find all".

2009/03/05  Ver 1.50
- Modified error that extract doesn't run correctly when use auto filter.

2009/02/24  Ver 1.49
- Modified error that aborts if formula error cells exist.

2009/01/20  Ver 1.48
- Modified error that doesn't store history in shape replace combobox.

2008/07/08  Ver 1.47
- Worksheet function "RESPLIT" is added.

2008/06/03  Ver 1.46
- "Coloring" option is added in find and extract.

2008/02/15  Ver 1.45
- Modified error that doesn't find A1 cell in first worksheet at grep.
- Modified error that doesn't find hide cell by auto filter at grep.

2008/02/04  Ver 1.44
- Worksheet function "REEXE2" is added.
- Items of input assistance are added.
- Modified regulae expression section in readme.

2007/12/19  Ver 1.43
- Worksheet function "RECNTIF" is added.

2007/12/09  Ver 1.42
- Special replace is added.
- Right click menu is added in shape replace combobox.

2007/10/11  Ver 1.41
- Modified error that doesn't run if first character in "Replace with" is "\n".

2007/08/21  Ver 1.40
- Shape replace is added.

2007/08/12  Ver 1.37
- Worksheet function "RECNT" is added.
- Description of parameter in insert function dialog is added.

2007/06/21  Ver 1.36
- Modified error that doesn't run if paste new line in "Find what".

2007/06/10  Ver 1.35
- Modified error that doesn't find correctly sometimes if merged cells are in worksheet.
- Items of input assistance are added.
- Modified regulae expression section in readme.

2007/06/01  Ver 1.34
- Right click menu in input area is added.
- Input assistant for regular expression input is added.
- Manual install is added.

2007/05/26  Ver 1.33
- Modified error that aborts when cells of over max formula characters exist.

2007/05/10  Ver 1.32
- Modified error that aborts when cells of over max formula characters exist.
- Modified error that sometimes doesn't find in first column at "Find prev" or
  in max column at "Find next".
- Modified error that see part of form after "Find all" depending on environments.

2007/04/21  Ver 1.31
- Modified error that doesn't find correctly if blank cell isn't judged as blank cell.
- Modified error that doesn't finish find depending on inputted cell and blank cell. 

2007/04/17  Ver 1.30
- Shape find is added.

2007/04/08  Ver 1.20
- Grep is added.
- "\n" at replace is added.
- Modified error that aborts if formula error cells exist at find value.

2007/03/11  Ver 1.13
- Changed save add-in in from user add-in folder to common add-in folder
  in Excel 2000 over.

2007/03/06  Ver 1.12
- Modified error that can't run in Excel 97.

2007/02/26  Ver 1.11
- Modified that can run in Excel 2007.
- "Confirm when replace" is added.
- Function of history clear is added.
- Find gets faster.

2007/02/02  Ver 1.10
- Worksheet functions are added.
- Extract is added.
- Undo at replace is added.
- Checking update is added.
- Modified error that doesn't finsh find if select area of no match cell.
- Modified error that "Only string values" doesn't run.
- Modified error that aborts when push find button with no active workbook.
- Modified error that can't open if user add-in folder is got by short path.
- Modified error that focus is nowhere when input error occurs.
- Modified error that can use function of internal process.

2007/01/23  Ver 1.00
- New publication.
