+ Reply to Thread
Results 1 to 3 of 3

copying rows using macro

  1. #1
    Registered User
    Join Date
    02-13-2006
    Posts
    46

    copying rows using macro

    Hi All,
    I want to copy rows from 1 worksheet to other worksheet in the same file using macro. But i am not getting. Please help me guys. Its really urgent.
    Thanks
    Regard,
    Ashish
    Last edited by ashishprem; 02-13-2006 at 05:47 AM.

  2. #2
    Bob Phillips
    Guest

    Re: 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" <[email protected]> wrote
    in message news:[email protected]...
    >
    > 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
    >




  3. #3
    Registered User
    Join Date
    02-13-2006
    Posts
    46
    Thanks buddy..

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1