![]() |
|
#2
|
|||
|
|||
|
Sub ScratchMacro()
Dim arrContent() As String Dim strTrigger As String strTrigger = "zzz" arrContent() = Split(ActiveDocument.Range.Text, "zzz") Set oDoc = Documents.Add oDoc.Range.Text = Ubound(arrContent) End Sub |
| Tags |
| export, macro, txt |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Ammunition count macro | Owastell | Excel Programming | 3 | 07-03-2014 11:00 AM |
| 2013 search results take a long time - they fill in as results in reverse date order | themookman | Outlook | 0 | 10-11-2013 12:01 PM |
A recurring word count macro?
|
bpanda | Word VBA | 1 | 06-11-2013 07:17 AM |
Word Count Macro
|
bpanda | Word VBA | 1 | 01-11-2013 06:51 PM |
| *Word 2007 Macro for Character Count | gbartlet | Word | 0 | 07-21-2010 11:12 AM |