|
-
Nov 1st, 2003, 05:40 PM
#1
Thread Starter
Fanatic Member
Paste text 50 characters in to a cell? [Resolved]
I want to paste a text into a cell. The text should always start 50 characters in to the cell, regardless of wich text that are written before.
How do I do that?
Last edited by Pirre001; Nov 2nd, 2003 at 03:59 PM.
-
Nov 1st, 2003, 06:55 PM
#2
Text1.SelStart = 50
Text1.SelLength = Len(Text1.Text) - 50
Then paste in Text1.SelText
-
Nov 2nd, 2003, 03:58 PM
#3
Thread Starter
Fanatic Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|