mihaibantas
New Member
- Joined
- Oct 14, 2016
- Messages
- 12
Hi all, I would say from the very beginning that I am not an expert in the VBA code...
that's why I come with the request to help me with an answer to a problem
So my problem is:
1. I want to export a table to a text file...till now is simple (I also give a google search after a vba code model)
2. now comes the complicated part...the table exported in txt format must have the following configuration<code>:
(pl:cell-value 1 "B" "Test 1")</code>
<code>(pl:cell-value 1 "C" "OK 1")</code>
<code>(pl:cell-value 2 "B" "Test 2")
</code><code><code>(pl:cell-value 2 "C" "OK 2")</code></code>
<code>(pl:cell-value 3 "B" "Test 3")
</code><code><code>(pl:cell-value 3 "C" "OK 3")</code></code>
<code></code><code><code>
1 - represent Row</code></code><code>
B - represent Column </code><code><code></code></code><code>
Test 1 - represent CellValue on B1 </code><code><code></code></code><code>
(pl:cell-value "" )- represent un specific text</code>
<code></code><code></code><code>The range of table is B1:C3</code><code>
</code><code>
Thank you for your time to my problem </code><code></code>
that's why I come with the request to help me with an answer to a problem
So my problem is:
1. I want to export a table to a text file...till now is simple (I also give a google search after a vba code model)
2. now comes the complicated part...the table exported in txt format must have the following configuration<code>:
(pl:cell-value 1 "B" "Test 1")</code>
<code>(pl:cell-value 1 "C" "OK 1")</code>
<code>(pl:cell-value 2 "B" "Test 2")
</code><code><code>(pl:cell-value 2 "C" "OK 2")</code></code>
<code>(pl:cell-value 3 "B" "Test 3")
</code><code><code>(pl:cell-value 3 "C" "OK 3")</code></code>
<code></code><code><code>
1 - represent Row</code></code><code>
B - represent Column </code><code><code></code></code><code>
Test 1 - represent CellValue on B1 </code><code><code></code></code><code>
(pl:cell-value "" )- represent un specific text</code>
<code></code><code></code><code>The range of table is B1:C3</code><code>
</code><code>
Thank you for your time to my problem </code><code></code>