mihaibantas
New Member
- Joined
- Oct 14, 2016
- Messages
- 12
Hi to all,
I have an excel file and I want to export the contents of text cells (range C2:D5) ... in a file.gcp (is a text file)....maybe someone has a VBA code ... to export values from range C2:D5 like this:
MYTEXT A-z,1.00,2.00,MYTEXT Z-a (where 1.00=C2 and 2.00=D2)
MYTEXT NEW,4.00,5.00,MYTEXT OLD (where 4.00=C3 and 5.00=D3)
MYTEXT RED,6.00,8.00,MYTEXT GREEN (where 6.00=C4 and 8.00=D4)
MYTEXT GOOD,10.00,12.00,MYTEXT BAD (where 10.00=C5 and 12.00=D5)
... thanks in advance for your time
I have an excel file and I want to export the contents of text cells (range C2:D5) ... in a file.gcp (is a text file)....maybe someone has a VBA code ... to export values from range C2:D5 like this:
MYTEXT A-z,1.00,2.00,MYTEXT Z-a (where 1.00=C2 and 2.00=D2)
MYTEXT NEW,4.00,5.00,MYTEXT OLD (where 4.00=C3 and 5.00=D3)
MYTEXT RED,6.00,8.00,MYTEXT GREEN (where 6.00=C4 and 8.00=D4)
MYTEXT GOOD,10.00,12.00,MYTEXT BAD (where 10.00=C5 and 12.00=D5)
... thanks in advance for your time