VBA - How to make the text box initially show the first part of the text?
From: Frank Krogh (frank.krogh_at_sintef.no)
Date: 03/31/04
- Next message: onedaywhen: "Re: Reading with ADO from Access database over network"
- Previous message: anonymous_at_discussions.microsoft.com: "Prevent Cell Format being copied by copy command"
- Next in thread: Rob van Gelder: "Re: VBA - How to make the text box initially show the first part of the text?"
- Reply: Rob van Gelder: "Re: VBA - How to make the text box initially show the first part of the text?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 31 Mar 2004 11:32:36 +0200
I have written som help text in a text box control in a userform. The text
box has a vertical scrollbar to show all the text.
First I position the cursor in the beginning of the text and then set the
Locked property to false.
Then I run the userform with the myUserform.show, but it only shows the last
part of the text I have entered in the text box.
How do I make the text box show the beginning of the text?
How do I print the text in a text box when it covers more than what is
visible in the text box area?
Thanks for suggestions.
Frank Krogh
- Next message: onedaywhen: "Re: Reading with ADO from Access database over network"
- Previous message: anonymous_at_discussions.microsoft.com: "Prevent Cell Format being copied by copy command"
- Next in thread: Rob van Gelder: "Re: VBA - How to make the text box initially show the first part of the text?"
- Reply: Rob van Gelder: "Re: VBA - How to make the text box initially show the first part of the text?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|