Pipe2Path
Programmer
- Aug 28, 2001
- 60
I am trying to zoom an embedded Excel spreadsheet. The following is my code :
xlsApp.activeWindow.zoom=75
This seems to be a read-only property. Is there any way I can zoom a spreadsheet when it is embedded in an OLE container control in VB?
Thanks.
xlsApp.activeWindow.zoom=75
This seems to be a read-only property. Is there any way I can zoom a spreadsheet when it is embedded in an OLE container control in VB?
Thanks.