channard
Sep 6th, 2002, 09:08 AM
I have an embedded Excel Object that is activated on the with OLE.DoVerb for in-place activation. The problem im having is that after the object gets the focus and activates, there is this hideous "Resize" type border around the object that I can't get rid of.
Where I'm at so far:
All I did was create a form, inserted a OLE object by picking the .xls file I wanted embedded, then I put in a routine in that works around the getFocus bug using the VB User Interface, by typing it in manually.
Private Sub OLE1_GotFocus()
OLE1.DoVerb (vbOLEShow)
End Sub
At this point the Excel component autoactivates, but the nasty "resize" type border with the diagonal outline around the object is ever present, bleh, How do I make it go away? Any tips?
Respectfully,
Channard:)
Where I'm at so far:
All I did was create a form, inserted a OLE object by picking the .xls file I wanted embedded, then I put in a routine in that works around the getFocus bug using the VB User Interface, by typing it in manually.
Private Sub OLE1_GotFocus()
OLE1.DoVerb (vbOLEShow)
End Sub
At this point the Excel component autoactivates, but the nasty "resize" type border with the diagonal outline around the object is ever present, bleh, How do I make it go away? Any tips?
Respectfully,
Channard:)