Results 1 to 3 of 3

How to program fill down without specific range in a Macro

Threaded View

  1. #1
    Forum Contributor
    Join Date
    10-03-2005
    Posts
    185

    How to program fill down without specific range in a Macro

    I have the following work around to replace the manual "fill down" (using fill handle). Is there a better way of doing this?

    
    Range("B2").Select
    Selection.Copy
    ActiveCell.Offset(0, -1).Select
    Selection.End(xlDown).Select
    ActiveCell.Offset(0, 1).Select
    Range(Selection, Range("B2")).Select
    ActiveSheet.Paste
    Thank you,
    Jay
    Last edited by sa02000; 12-05-2011 at 03:34 PM.

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