+ Reply to Thread
Results 1 to 2 of 2

print preview

  1. #1
    peter
    Guest

    print preview

    Hi,
    Private Sub cmdpreviewquote_Click()
    ufStart.Hide
    ActiveWindow.SelectedSheets.PrintPreview
    ufStart.Show 'modal
    End Sub

    The above code works fine. It's just that when I CLOSE the preview, the
    background screen never redraws properly. (unless I use "modal")
    Any ideas???
    peter

  2. #2
    peter
    Guest

    RE: print preview

    figured ans
    insert
    application.screenpdating=true
    also...
    ufStart.StartUpPosition = 3
    recenters form before you call
    ufstart.show


    thanks
    "peter" wrote:

    > Hi,
    > Private Sub cmdpreviewquote_Click()
    > ufStart.Hide
    > ActiveWindow.SelectedSheets.PrintPreview
    > ufStart.Show 'modal
    > End Sub
    >
    > The above code works fine. It's just that when I CLOSE the preview, the
    > background screen never redraws properly. (unless I use "modal")
    > Any ideas???
    > peter


+ 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