Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Word VBA Code behaving unexpectedly?
sschro
Has anyone came across Word VBA code behaving unexpectedly within saved Word documents, as opposed to Pre-Worksite?
For example:
ActiveDocument.PrintOut , , wdPrintFromTo, , "1", "1"
This code no longer works as expected, it will however work on any unsaved document, i.e. not saved to Worksite. I've tried a couple variations on this code, including using Named Arguments (older style syntax).
Additionally, if I do a Local Save As on the document, and run the VBA code associated with our custom print-out button...it prints *just* like it should.
Rather than printing just the first page, it prints the whole document. Keep in mind I dont need support on Word VBA syntax, I'm merely wondering if anyone has expereinced this, or something similar.
Find more posts tagged with
Comments
sschro
Technote 22001-310 appears to speak to this problem specifically. However the template reference in the technote, custprint.dot cannot be downloaded from the technote, and a search for downloads on the support site yields not results either...