Excel VBA質問スレ Part12

このエントリーをはてなブックマークに追加
27デフォルトの名無しさん
Function Inc(x)
  Inc = x + 1
End Function

Function Dec(x)
  Dec = x - 1
End Function