2006/02/23 (木) 23:15:39
◆
▼
◇
[qwerty]
Sub InputBoxメソッド() Dim Data Data = Application.InputBox("値のあるセルを選んでください") MsgBox Data End Sub