Results 1 to 10 of 17

Thread: Looking at data sheet and then transferring data according to date to fixed range

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    Member
    Join Date
    Jul 2012
    Posts
    55
    Rep Power
    14
    Hi,

    Try this ("under" CLEAR DATA button) code:

    Code:
    Private Sub CommandButton1_Click()
     Range("O6:S11,O15:S20,O24:S29").ClearContents
     MsgBox "Data Has Been Deleted"
    End Sub
    Last edited by Admin; 12-20-2013 at 09:31 PM.

Similar Threads

  1. Replies: 2
    Last Post: 09-30-2013, 03:40 PM
  2. Replies: 10
    Last Post: 08-31-2013, 06:56 PM
  3. Replies: 3
    Last Post: 07-29-2013, 11:32 PM
  4. Replies: 2
    Last Post: 07-02-2013, 06:52 PM
  5. Replies: 5
    Last Post: 06-15-2013, 12:40 PM

Posting Permissions

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