Results 1 to 2 of 2

Saving data in form before sending it to email address

Threaded View

  1. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,524

    Re: Saving data in form before sending it to email address

    Who is NO ONE ?

    Some action on the UserForm should Transfer the information to the worksheet.

    You have to make it happen though.

    Something like...

    Private Sub CommandButton1_Click()
        Range("A65536").End(xlUp).Offset(1, 0) = TextBox1
        Range("A65536").End(xlUp).Offset(0, 1) = TextBox2
    
    End Sub
    Last edited by davesexcel; 06-15-2010 at 07:36 AM.

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