|
-
Aug 8th, 2004, 03:45 PM
#1
Thread Starter
Fanatic Member
cut lines of text(specific)
--------------------------------------------------------------------------------
I cant seem to find how to simply select a certain number of lines, in a text.
Dim PadId As Integer
On Error Resume Next
PadId = Shell("Notepad MyFile", 1)
AppActivate(PadId)
'select and cut lines 1 thru x. ??? I already have the line counter x.
'paste elsewhere
'save file
'close file
Thanks in advance!
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
|