Skip to content

Commit a8fa45d

Browse files
committed
Grep置換で「読み取り専用推奨」設定のファイルが置換できない #54
1 parent 3e3727f commit a8fa45d

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

RelaxTools.xlam

-27.5 KB
Binary file not shown.

Source/src/Microsoft Excel Objects/Sheet13.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Sub ReplaceStr()
215215
FS.CopyFile strBook, strBook & "." & Format$(Now(), "yyyymmddhhnnss")
216216

217217
If strBuf = "" Then
218-
Set WB = Workbooks.Open(filename:=strBook, local:=True)
218+
Set WB = Workbooks.Open(filename:=strBook, local:=True, IgnoreReadOnlyRecommended:=True)
219219
Else
220220
For Each varPass In varPassword
221221
Err.Clear

Version.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
2021/03/06(sat) RelaxTools-Addin Version 4.27.3(RustRemover)
1+
2021/03/07(sun) RelaxTools-Addin Version 4.27.4(RustRemover)
2+
◇バグ修正
3+
・Grep置換で「読み取り専用推奨」設定のファイルが置換できない #54
4+
5+
2021/03/06(sat) RelaxTools-Addin Version 4.27.3(RustRemover)
26
◇バグ修正
37
・VBAステップカウントの誤字を修正。
48
・結合セルの高さ拡張の誤字 #71

0 commit comments

Comments
 (0)