Thread: Range selection
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
jindon[_25_] jindon[_25_] is offline
external usenet poster
 
Posts: 1
Default Range selection


try

Code:
--------------------

Sub test()
With Sheets("Sheet1")
.Range(.Range("b1").Value).Select
End With
End Sub
--------------------


--
jindon
------------------------------------------------------------------------
jindon's Profile: http://www.excelforum.com/member.php...o&userid=13135
View this thread: http://www.excelforum.com/showthread...hreadid=387724