George7a
05-02-2008, 01:29 AM
Hi All,
I have an Excel OLE in my VB6 form and it is disabled. I do not want the user to edit it at all. I use it only to preview an Excel document.
How can I scroll my worksheet while the OLE is disabled?
I tried:
FinalOLE.object.Activewindow.ScrollColumn = HScrollBar_E.Value + 1
and it did not work! any ideas?
Thanks,
-George
I have an Excel OLE in my VB6 form and it is disabled. I do not want the user to edit it at all. I use it only to preview an Excel document.
How can I scroll my worksheet while the OLE is disabled?
I tried:
FinalOLE.object.Activewindow.ScrollColumn = HScrollBar_E.Value + 1
and it did not work! any ideas?
Thanks,
-George