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


Hmm, it just doesn't seem to like it when I try and select one or more
columns.


Code:
--------------------
Set rng = Intersect(Range("J:R"), ActiveSheet.UsedRange)
--------------------


Is that definitely the right syntax?


--
m1ke
------------------------------------------------------------------------
m1ke's Profile: http://www.excelforum.com/member.php...o&userid=30519
View this thread: http://www.excelforum.com/showthread...hreadid=501697