+ Reply to Thread
Results 1 to 2 of 2

vba to print Form from Excel ?

  1. #1
    tmb
    Guest

    vba to print Form from Excel ?

    I've got a for for entering data into a spreadsheet.

    Can you print the Form as it is using Excel VBA ?

    If so, any code snippits that may give me the idea?

    thanks for any help.

    tmb



  2. #2
    Debra Dalgleish
    Guest

    Re: vba to print Form from Excel ?

    You can use the PrintForm method:

    Private Sub cmdPrint_Click()
    frmOrders.PrintForm
    End Sub


    tmb wrote:
    > I've got a for for entering data into a spreadsheet.
    >
    > Can you print the Form as it is using Excel VBA ?
    >
    > If so, any code snippits that may give me the idea?
    >
    > thanks for any help.
    >
    > tmb
    >
    >



    --
    Debra Dalgleish
    Excel FAQ, Tips & Book List
    http://www.contextures.com/tiptech.html


+ 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