I have created an application in VB6 that displays data from an Excel sheet in an OLE container.
The application adds lines to this container by inserting new data into the first row of the worksheet, then updating the OLE container.
However, as more lines are added, effectively off the bottom of the display, the displayed font slowly grows, until the text becomes unreadable.
If the user right-clicks the data and edits, when the Excel edit is completed, the font returns to normal.
This is driving me crazy, as I cannot find any way of stopping this font growth.
Does anyone have any ideas?