Results 1 to 2 of 2

Keydown rather then range

Threaded View

sgoldbe2 Keydown rather then range 03-12-2008, 10:51 AM
Leith Ross Hello sgoldbe2, Change... 03-12-2008, 02:50 PM
  1. #1
    Registered User
    Join Date
    03-10-2008
    Posts
    12

    Keydown rather then range

    I recorded the Macro below, but I don't want it to return to the orginal cells I simply want it to keep moving down so I know I need to change change, but I don't know VB so I don't know what the statement to make it simply move one cell down is, thanks.

    Sub Macro3()
    '
    ' Macro3 Macro
    ' Macro recorded 3/12/2008 by Stephen Goldberg
    '
    
    '
        Range("C111").Select
        ActiveSheet.Paste
        Range("C112").Select
        ActiveSheet.Paste
        Range("C113").Select
        ActiveSheet.Paste
        Range("C114").Select
        ActiveSheet.Paste
        Range("C115").Select
        ActiveSheet.Paste
    End Sub
    Last edited by sgoldbe2; 03-12-2008 at 01:22 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