Thank you for your reply.
This one is totally manual work. I want to do with Macro and RE since we have thousands of text files with different line counts from 10 to 1000+ lines each.
All I want to do is: Open a text file - Run Macro - DONE.
Best,
Search found 7 matches
- Sun Jan 29, 2023 5:10 am
- Forum: General
- Topic: Line and its value
- Replies: 3
- Views: 1321
- Thu Jan 26, 2023 8:12 pm
- Forum: General
- Topic: Line and its value
- Replies: 3
- Views: 1321
Line and its value
I have many text files with so many lines that I want to line up lines with its value. For example:
Line1
Line2
Line3
...
...
...
Linex
ValueofLine1
ValueofLine2
...
...
...
...
ValueofLinex
To become:
Line1 ValueofLine1
Line2 ValueofLine2
...
...
Linex ValueofLinex
How can I do it with Marco or ...
Line1
Line2
Line3
...
...
...
Linex
ValueofLine1
ValueofLine2
...
...
...
...
ValueofLinex
To become:
Line1 ValueofLine1
Line2 ValueofLine2
...
...
Linex ValueofLinex
How can I do it with Marco or ...
- Fri Aug 27, 2021 7:14 pm
- Forum: General
- Topic: Working with bookmark lines
- Replies: 5
- Views: 1093
- Thu Aug 12, 2021 12:49 pm
- Forum: General
- Topic: Working with bookmark lines
- Replies: 5
- Views: 1093
Working with bookmark lines
Hi,
How can I just simply search and replace on bookmarked lines only, ignoring the rest in a text file?
Thanks
How can I just simply search and replace on bookmarked lines only, ignoring the rest in a text file?
Thanks
- Wed Nov 05, 2014 6:48 pm
- Forum: General
- Topic: Filename without extension
- Replies: 4
- Views: 1818
- Wed Nov 05, 2014 5:20 pm
- Forum: General
- Topic: Filename without extension
- Replies: 4
- Views: 1818
Filename without extension
Hi,
How can I copy file name from each line and paste it at the beginning of the line with regular expression. For example, I have directory file listing as follows:
C:\Users\abcxyz\Documents\Default.rdp
C:\Users\abcxyz\Documents\desktop.ini
C:\Users\abcxyz\Documents\LotusInstall.log
C:\Users ...
How can I copy file name from each line and paste it at the beginning of the line with regular expression. For example, I have directory file listing as follows:
C:\Users\abcxyz\Documents\Default.rdp
C:\Users\abcxyz\Documents\desktop.ini
C:\Users\abcxyz\Documents\LotusInstall.log
C:\Users ...
- Sat Mar 22, 2014 1:12 am
- Forum: General
- Topic: Adding a number
- Replies: 1
- Views: 1537
Adding a number
I have a sample of a text file below with multi lines of data between each records
Record 123
[MULTI LINES OF DATA HERE]
Record 124
Record 125
Record 130
Record 163
Is there anyway to add a number to the record number using marco and/or RE? For example if adding 50, my text file will look like ...
Record 123
[MULTI LINES OF DATA HERE]
Record 124
Record 125
Record 130
Record 163
Is there anyway to add a number to the record number using marco and/or RE? For example if adding 50, my text file will look like ...