Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Print *.tif image file from vba excel

I wish to print a tif image file from vba excel... how do i do this???

The whole program is runs a search based on criteria in an excel spreadsheet for tif image files and then wish to print them... how do I print the files found from excel? Inputs to the below code are 'MyConnote' = 10000232 (for example)..

With Application.FileSearc
.NewSearc
.LookIn = "C:\My Documents
.SearchSubFolders = Tru
.FileName = MyConnote & "*.tif
.FileType = msoFileTypeAllFile
If .Execute() The
For i = 1 To .FoundFiles.Coun
' WISH TO PRINT IMAGE FILE (TIF
Next
End I
End Wit


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
turn an excel spreadsheet into an image file? [email protected] Excel Discussion (Misc queries) 0 August 27th 07 01:35 PM
How do I get the print of the background image of excel? Rahul Gupta Excel Worksheet Functions 0 January 25th 06 07:33 AM
Print Excel to Microsoft Document Image File (MDI) David Nelson Excel Discussion (Misc queries) 1 April 1st 05 02:28 AM
PDF or Image file transfer to Excel Neutron1871 Excel Discussion (Misc queries) 1 March 23rd 05 10:45 PM
Export the worksheet background image as an image file - possible? DataFreakFromUtah Excel Programming 2 April 10th 04 04:49 PM


All times are GMT +1. The time now is 10:55 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"