Hi,
I have 2 problems. First, I have a code to open a 24-page word doc 
but I would like to print only pages 1, 7 and 24 as soon as it opens.

sample:
Dim objWord As Word.Application
Dim doc As Word.Document
Set objWord = CreateObject("Word.Application")
objWord.Visible = TrueSet
doc = objWord.Documents.Open("C:\test.doc")
? how to print page 1,7 and 24 only

My second problem is how to automatically print .TIFF file
(hyperlink) when I click on the link.

sample:
Me.Tifffile
DoCmd.RunCommand acCmdOpenHyperlink
? how to print it all

I appreciate all your help.
Thanks,
Julius '2000 ver





------------------------ Yahoo! Groups Sponsor --------------------~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/q7folB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AccessVBACentral/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to