View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default copying rows using macro

Worksheets("Sheet1").Rows("1:10").copy _
Worksheets("Sheet2").Rows(8)

as an example

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"ashishprem" wrote
in message ...

Hi All,
I wnat to copy rows from 1 worksheet to other worksheet in the same
file. But i am not getting. Please help me guys. Its really urgent.
Thanks
Regard,
Ashish


--
ashishprem
------------------------------------------------------------------------
ashishprem's Profile:

http://www.excelforum.com/member.php...o&userid=31485
View this thread: http://www.excelforum.com/showthread...hreadid=511632