ExcelVBAでRange()からRow Column取得してCells()によるアクセスする方法

Debug.Print Range("A1").Row & "," & Range("A1").Column