+ Reply to Thread
Results 1 to 2 of 2

using a selection box and moving the accepted data

Hybrid View

  1. #1
    madsenfence
    Guest

    using a selection box and moving the accepted data

    On a bid sheet I want to put in a check box and when it is checked, have the
    data move to another column automatically.

  2. #2
    R..VENKATARAMAN
    Guest

    Re: using a selection box and moving the accepted data

    in design mode if you right click and click view code and under
    checkboxclick wirte your code in your case
    range(....).copy destination:=range(...)

    e.g.

    Private Sub CheckBox1_Click()
    Range("c4:c15").Copy Destination:=Range("d1")
    End Sub



    "madsenfence" <madsenfence@discussions.microsoft.com> wrote in message
    news:98A24D10-8225-4245-9B37-BB454F135889@microsoft.com...
    > On a bid sheet I want to put in a check box and when it is checked, have
    > the
    > data move to another column automatically.




+ 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