|
-
Oct 30th, 2008, 08:49 AM
#1
Thread Starter
New Member
How to export from excel to location in text file
Hi Folks, new to the forum.
I did a search and found some useful information, but nothing specifically related to what I'm trying to do. I'm also very new at VB, although I've got some proficiency from creating macros in Excel, clickEvent, etc.
I want to copy some specific data from a given cell in Excel and paste that data into a line of text in a text file.
For example, I want to find the cell that has the text 'some_thing_a', and copy a given cell in that row. In this example, that cell has the value: 3.7625. That value would then be copied to the following line in a text file, as shown by the bold text: some_thing_a=3.7625 //some number 'a'.
So my question is, in a nutshell, how do I copy data from an excel file to a specific string location in a text 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
|