+ Reply to Thread
Results 1 to 3 of 3

quick lil macro

  1. #1
    Registered User
    Join Date
    06-24-2005
    Posts
    9

    quick lil macro

    Just looking for something that i can use to paste teh same text down a certain column to a certain point. i.e. "bananas" Column D1-D246
    and then have it paste it all the way down.

    Thanks Guys

  2. #2
    Bob Phillips
    Guest

    Re: quick lil macro

    Range("D1").Value = "bananas"
    Range("D1").Autofill Range("D1:D246")

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "ChasePenelli" <ChasePenelli.1reuii_1120086347.852@excelforum-nospam.com>
    wrote in message
    news:ChasePenelli.1reuii_1120086347.852@excelforum-nospam.com...
    >
    > Just looking for something that i can use to paste teh same text down a
    > certain column to a certain point. i.e. "bananas" Column D1-D246
    > and then have it paste it all the way down.
    >
    > Thanks Guys
    >
    >
    > --
    > ChasePenelli
    > ------------------------------------------------------------------------
    > ChasePenelli's Profile:

    http://www.excelforum.com/member.php...o&userid=24619
    > View this thread: http://www.excelforum.com/showthread...hreadid=383362
    >




  3. #3
    Jim Thomlinson
    Guest

    RE: quick lil macro

    Something like this?

    Range("D1:D246").Value = "Bananas"

    --
    HTH...

    Jim Thomlinson


    "ChasePenelli" wrote:

    >
    > Just looking for something that i can use to paste teh same text down a
    > certain column to a certain point. i.e. "bananas" Column D1-D246
    > and then have it paste it all the way down.
    >
    > Thanks Guys
    >
    >
    > --
    > ChasePenelli
    > ------------------------------------------------------------------------
    > ChasePenelli's Profile: http://www.excelforum.com/member.php...o&userid=24619
    > View this thread: http://www.excelforum.com/showthread...hreadid=383362
    >
    >


+ 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