Results 1 to 6 of 6
  1. #1
    OU_Guy is offline Novice
    Windows XP Access 2007
    Join Date
    Sep 2009
    Posts
    4

    VBA: Print to TIFF


    Greeting Experts:

    Anyone have suggestions on how to print to TIFF using VBA?

  2. #2
    dcrake's Avatar
    dcrake is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Aug 2009
    Posts
    435
    What is it that you want to print to a TIFF type file?

    David

  3. #3
    OU_Guy is offline Novice
    Windows XP Access 2007
    Join Date
    Sep 2009
    Posts
    4
    Quote Originally Posted by dcrake View Post
    What is it that you want to print to a TIFF type file?
    It's a report that I need as a TIFF type for PowerPoint. I hope that helps.

  4. #4
    dcrake's Avatar
    dcrake is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Aug 2009
    Posts
    435
    Are you trying to embedd an Access report into a PP presentation? If so, I am sure there are other formats, such as PDF that will work.

    David

  5. #5
    OU_Guy is offline Novice
    Windows XP Access 2007
    Join Date
    Sep 2009
    Posts
    4
    I need a TIFF file created so that it can be embedded to PowerPoint automatically. The goal would be to be able to push a button for this process.

    Yes, the PDF solution does work but I need an automated solution.

  6. #6
    OU_Guy is offline Novice
    Windows XP Access 2007
    Join Date
    Sep 2009
    Posts
    4
    I tried to use the MODI reference, but I'm getting an IO error. Can anyone help? I'm trying to use MODI to print the current report to TIFF

    Code:
            DoCmd.OpenReport sPage, acPreview
      
      
      Dim miDoc As MODI.Document
      
      Set miDoc = New MODI.Document
      miDoc.Create "c:\test.tif"
      
      miDoc.PrintOut 2, 2, 1, "MyPrinter"
      
      Set miDoc = Nothing

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Print Layout
    By Mxcsquared in forum Forms
    Replies: 4
    Last Post: 10-30-2013, 11:40 AM
  2. Error when trying to print or print preview
    By TriAdX in forum Reports
    Replies: 8
    Last Post: 08-25-2009, 08:20 AM
  3. add a print button
    By gromit95 in forum Forms
    Replies: 0
    Last Post: 08-13-2008, 07:28 AM
  4. print form
    By vam in forum Forms
    Replies: 0
    Last Post: 05-02-2006, 07:41 AM
  5. cannot print labels
    By Diane in forum Database Design
    Replies: 4
    Last Post: 12-29-2005, 08:19 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums