avarghese03
Programmer
Hi,
In Excel, we can set the left margin by saying
How do I say the same thing in ole2?
Thanks in advance,
Alex
In Excel, we can set the left margin by saying
Code:
With ActiveSheet.PageSetup
.LeftMargin = Application.InchesToPoints(0.25)
End With
How do I say the same thing in ole2?
Thanks in advance,
Alex