I have an Excel document in an OLE Container and want the user to be able to scroll both vertically and horizontally because the document is bigger than the OLE window and the document, being a log, will be updated on the fly via a timer control. I am thinking of using UpDown Buttons and the Vscroll Hscroll methods. Is this correct? What's the syntax? Should I embed the document of link it? Any advice would be greatly appreciated.

John