How to with PrintDocument Control
Does anyone know how to print say a Word Document or Web Page from a VB interface. In other words being able to control printing from a VB program. I'm trying to see if there is a way to pass another application (word, IE) as a parameter to the PrintDocument Control. Any help would be appreciated.
Re: How to with PrintDocument Control
For complete documentation from MSDN on how to do as Dozo suggests, check out http://msdn.microsoft.com/library/de...ETcallsVBA.asp
Or at msdn.microsoft.com/library navigate to :
Office Solutions Development ->Microsoft Office 2003->Office 2003->Technical Articles
Check out the Calling Visual Basic for Apps Code from VB .NET article. Everything you need is there...
HTH anyone else with similar problems.
Jeff