Within VB I am using Excel. On my VB form I have a chart created with MSChart, it has been populated. Because I can't find a print method in MSchart I cannot find a way of printing it. So I am copying the chart in to the buffer then creating a Excel object and pasting it into Excel.
I then print the chart from Excel, all this is done in code.
The problem is it prints out in portrait format. I cannot seem to set it to print in landscape.
Do I need to make a system call to set the printer to print in landscape, if so How do u do it?