Thread: [Solved] Append to Existing file
View Single Post
 
Old 07-30-2015, 11:13 AM
charlesdh charlesdh is offline Windows 7 32bit Office 2010 32bit
Expert
 
Join Date: Apr 2014
Location: Mississippi
Posts: 382
charlesdh is on a distinguished road
Default

HI,

Per your request here's a modified file that I'm using.
I have all of the files that I'm working with in the same folder.
That includes a "Template" and "Non Template".
I attached the "Non Template".
Test both I get the same result.
If I assign the string values it will populate the "Log.txt" file.
As far as using the "Range.Text" it will populate the "log.txt" file in separate
row instead of the same row.
If I use the "Range.Words(1)" it will populate the "log.txt" file in the same row.
But, as you mentioned it will only pick the fist word and not the whole string.

I'm using word for mac so I can not use "ActiveX".

Any help you give would be appreciated.
Attached Files
File Type: txt log.txt (28 Bytes, 11 views)
File Type: docm Asample3.docm (39.2 KB, 12 views)

Last edited by charlesdh; 07-30-2015 at 12:52 PM. Reason: Added Asample3 original had error in code
Reply With Quote