I am running XP pro 2002 sp2. I created an Excel VBA program that had a form with a textbox. The text in the textbox required a vertical scrollbar. To make sure the user saw the text from the beginning, I had a statement like
userform.textbox.curline=0
This worked fine until the "upgrade" to Office 2007. Now the application crashes on the above statement. It works fine if I change the zero to a one but then the user has to click the "up" arrow of the scroll bar to see the first line of text.
Microsoft help still claims that the first line of text has curline=0.
Any thoughts?
By the way, when it crashes I get a run-time error
-2147418113 (8000ffff)
Thanks for any insights.
userform.textbox.curline=0
This worked fine until the "upgrade" to Office 2007. Now the application crashes on the above statement. It works fine if I change the zero to a one but then the user has to click the "up" arrow of the scroll bar to see the first line of text.
Microsoft help still claims that the first line of text has curline=0.
Any thoughts?
By the way, when it crashes I get a run-time error
-2147418113 (8000ffff)
Thanks for any insights.