J
junior77048
I am trying to print all the pages in a visio document but the problem I keep
getting is that it only prints the first page. I use the printout method of
the visio.document object and pass it the following parameters:
oDoc.PrintOut(PrintRange:=Visio.VisPrintOutRange.visPrintAll,
PrintToFile:=True, OutputFileName:=str & ".tif")
I am trying to create a mulitpage tif of my document but only the first page
of my document will appear. I have at least 7 pages in the visio
document..... Please help
getting is that it only prints the first page. I use the printout method of
the visio.document object and pass it the following parameters:
oDoc.PrintOut(PrintRange:=Visio.VisPrintOutRange.visPrintAll,
PrintToFile:=True, OutputFileName:=str & ".tif")
I am trying to create a mulitpage tif of my document but only the first page
of my document will appear. I have at least 7 pages in the visio
document..... Please help