+ Reply to Thread
Results 1 to 3 of 3

UserForm Printing

  1. #1
    Registered User
    Join Date
    12-04-2006
    Posts
    2

    UserForm Printing

    Is it posible to print the current userform with the current data on screen from inside VBA?

    Any help would be appreciated

    Jon

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,482
    try this should work

    Private Sub CommandButton1_Click()
    Me.PrintForm
    End Sub

  3. #3
    Registered User
    Join Date
    12-04-2006
    Posts
    2

    Smile

    Quote Originally Posted by davesexcel
    try this should work

    Private Sub CommandButton1_Click()
    Me.PrintForm
    End Sub

    Thanks for that, works perfectly

    Jon

+ 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