-
OLE Scrolling
I have a project which collects animal information in a excel file which I want to place into a OLE Microsoft Excel Worksheet. The thing is I don't want to use up the whole screen so I want to place a vertical scroll bar to look through the data. If it is not possible, do you have an idea how I could do that to get the same effect.
-
Re: OLE Scrolling
You mean a vertical scroollbar on the vb6 form that houses the ole control or the control itself?
-
Re: OLE Scrolling
I don't want to move the actual OLE around the form, but be able to scroll through the information that is not shown in the OLE. The information is like 49 cells in Excel, but only about 6 or 7 cells are showing and I want to view them all.
Jer
-
Re: OLE Scrolling
Then how about resizing the OLE control larger?
-
Re: OLE Scrolling
Well I have figured out how to do it using MSFlexGrid instead. Thanks for the help though.