'罫線保護を ON/OFF するマクロ(実行ごとにトグルする) proc Rule if @@RuleProtect then @@RuleProtect=0 else @@RuleProtect=1 end if @@JumpMacro("ONOFF.mac") end proc