Consulting

Results 1 to 2 of 2

Thread: DTPicker select date to display in Text box

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    VBAX Regular
    Joined
    Aug 2013
    Posts
    16
    Location

    DTPicker select date to display in Text box

    Hi,

    On my Userform i want the date selected to be displayed in TextBox1 & TextBox2.
    First time DTPicker selected the date to be display in TextBox1
    and second time when the DTPicker selected date in TextBox2
    when Done selected date is forwarded to Mymacro script.

    If TextBox1 = "" Or TextBox2 = "" Then Exit Sub
    Mymacro.TextBox6 = Me.TextBox1
    Mymacro.TextBox7 = Me.TextBox2

    Any Helps.
    Attached Images Attached Images

Posting Permissions

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