Archive for the ‘VBA’ Category

Select Case 条件式

日曜日, 7月 21st, 2019

Case Is <

worksheet_changeで無限ループ(EnableEvents)

日曜日, 7月 21st, 2019

イベントを一旦停止して、値を書き換えた後にイベントを発生を有効にするといいサァ
Application.EnableEvents = False
Cell値代入
Application.EnableEvents = True

0埋め(Format)

日曜日, 7月 21st, 2019

MsgBox Format(ActiveCell,”0000″)

型を調べる

日曜日, 7月 21st, 2019

msgbox VarType(ActiveCell)