Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
If you have the code I would like to look at it. Thanks.I've done printing to PDF using VBA in MS-Access, if the code is compatible to regular Visual Basic, I can try to locate it when I get back to the office. You will need to pass in the filename and pathlocation where to save it as a variable or hard code.
If you have the code I would like to look at it. Thanks.
Using Office VBA code makes sense in case of automating one of Office applications. They use internal configurable converters for generating pdfs. Excel, Word and PowerPoint use document's ExportAsFixedFormat method (PowerPoint has two additional variants), Access DoCmd.OutputTo method. Recording macro (Word, Excel) and/or exploring respective application's object browser and online help will provide additional info about these methods.Printing in VB6 differs somewhat from printing from any of the Office applications using VBA (and capabilities differ between different Office apps)