Thread: Selecting Range
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
gti_jobert[_33_] gti_jobert[_33_] is offline
external usenet poster
 
Posts: 1
Default Selecting Range


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

If ActiveCell.Offset(0, 0) < "" And ActiveCell.Offset(0, 1) < "" Then
'copy data and set flag
ActiveCell.Resize(, 2).Copy
ActiveCell.Resize(1, 2).PasteSpecial Paste:=xlValues
Application.CutCopyMode = False
End If

--------------------


Got this now, but its not pasting the row values into the row below
it....any ideas?

Cheers guys.


--
gti_jobert
------------------------------------------------------------------------
gti_jobert's Profile: http://www.excelforum.com/member.php...o&userid=30634
View this thread: http://www.excelforum.com/showthread...hreadid=514841