Range の設定は Set が必要ですが、
Sub SelectLeftTopCell() Dim myRange As Range Set myRange = Range("A1:C3") Dim currentCell As Range Set currentCell = myRange.Resize(1, 1) currentCell.Select End Sub
という感じでどうでしょうか。
ありがとうございます!速い!!(^^)
> Range の設定は Set が必要ですが
ご親切ありがとうございます!!
Twitterでのつぶやきはまだありません
トラックバックはまだありません
これ以上回答リクエストを送信することはできません。制限について
ありがとうございます!速い!!(^^)
> Range の設定は Set が必要ですが
ご親切ありがとうございます!!