|
OS:Windows 10 Pro 1803 17134.706
秀丸エディタ:8.88 64bit float
です。
Excel VBA から
CreateObject("WScript.Shell").Run で
秀丸エディタのフルパス /m3x /x srch-from-Office.mac /a"検索文字列" /fu8 UTF-
8のテキストファイル
で起動したときに
メニューから「マクロ」⇒「マクロ実行(X)」で表示される
コンボボックスの入力欄?に表示されているマクロが実行されてしまうことがあるよ
うです。
自動起動マクロの設定は無いです。
以下、srch-from-Office.mac の内容
// 1番目の引数
$arg1 = getarg(0);
// 2番目の引数
// $arg2 = getarg(1);
gofiletop;
//[,word] [,casesense | nocasesense] [,regular | noregular] [,fuzzy] [,inse
lect] [,linknext] [, hilight | nohilight] [,incolormarker]
searchdown2 $arg1;
if (result == no)
{
gofileend;
}
endmacro;
|
|