+ Reply to Thread
Results 1 to 3 of 3

Check box if true copy txtbox 1 to txtbox 2

  1. #1
    Registered User
    Join Date
    02-10-2018
    Location
    toronto ontario
    MS-Off Ver
    office 2010
    Posts
    66

    Thumbs up Check box if true copy txtbox 1 to txtbox 2

    Hi all
    I am trying to make a check box when checked to take the value of txtbox 1 and write it to txtbox2 on a user form

    Any help Thanks

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Check box if true copy txtbox 1 to txtbox 2

    Untested in the absence of a workbook but perhaps in the Click event of the CheckBox something like

    Me.txtbox2.Value = Me.Txtbox1.Value
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,079

    Re: Check box if true copy txtbox 1 to txtbox 2

    If you only want it to happen if the checkbox is checked, maybe
    Please Login or Register  to view this content.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Copy/Reproducing of TxtBox & ComboBox
    By gsandy in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-05-2018, 08:34 AM
  2. Move to next txtbox
    By gelandl in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 09-19-2008, 06:23 AM
  3. txtbox focus
    By marcospaterson in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-31-2007, 03:10 PM
  4. Copy cells to a txtbox
    By SMERTZ in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-28-2006, 10:10 AM
  5. txtbox no right click copy menu available?
    By Craigm in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-24-2006, 11:33 AM
  6. [SOLVED] txtbox problem
    By [email protected] in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-18-2005, 01:06 PM
  7. Default value in Txtbox
    By Baxter in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-21-2005, 09:14 PM

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