+ Reply to Thread
Results 1 to 3 of 3

Copy&Pasting OptionButtons and Checkboxes (Normal/ActiveX)

Hybrid View

  1. #1
    Registered User
    Join Date
    06-15-2012
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    4

    Copy&Pasting OptionButtons and Checkboxes (Normal/ActiveX)

    Hey guys,

    So I'm trying to create a "Copy" [button] that can Copy a form, including the selected Option Buttons and checked Checkboxes, and then Paste them to another Form, with a "Paste" [button]. I wrote something simple, since I'm new at this, but it isn't working right. The ActiveX checkboxes don't copy over at all, and the regular option buttons don't copy the chosen selections. Any help on this?

    Sub Copy_Button()
        Range("f2:I11").Select
        Selection.Copy
    End Sub
    Sub Paste_Button()
     Range("j20:m29").Select
        ActiveSheet.Paste
    End Sub

  2. #2
    Registered User
    Join Date
    06-15-2012
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: Copy&Pasting OptionButtons and Checkboxes (Normal/ActiveX)

    Any help?
    -------------------

  3. #3
    Registered User
    Join Date
    06-15-2012
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: Copy&Pasting OptionButtons and Checkboxes (Normal/ActiveX)

    Bump! I know someone knows the answer!

+ 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