Many thanks for your help. I tried and worked. Only one thing to correct:
In the line
Let>theList=%theList%%cellinfox%CRLF%
it must have another "%" before CRLF otherwise it will not work
Let>theList=%theList%%cellinfox%%CRLF%
Thanks Marcus. Alway great help
Search found 4 matches
- Thu Apr 23, 2015 1:09 pm
- Forum: Technical / Scripting
- Topic: Adding information to a combo box
- Replies: 2
- Views: 2495
- Wed Apr 22, 2015 4:57 pm
- Forum: Technical / Scripting
- Topic: Adding information to a combo box
- Replies: 2
- Views: 2495
Adding information to a combo box
Dear All, I want to extract info from an excel file and get a combo box to show the information. The code I wrote is not working as the combox show "<array>" which means it recognises it is an array but does not show the info needed. The code is below: Any help would be appreciated -----------------...
- Wed Jun 11, 2014 1:27 pm
- Forum: Technical / Scripting
- Topic: .exe file can not open excel 2013 file
- Replies: 1
- Views: 2443
.exe file can not open excel 2013 file
Hi, I have a file which I need open with a Macro. The macro normally runs in other computers of the company but the one in question was changed bringing about excel 2013 with it. Since then when I execute the macro (have extracted the bit which is not working): xlopen>W:\Drytec CP\QC\Macros Drytec\P...
- Sat Jun 29, 2013 12:42 pm
- Forum: Technical / Scripting
- Topic: FTP transfer problem Please help me
- Replies: 1
- Views: 2826
FTP transfer problem Please help me
Hi All, I am trying to transfer a file from my pc to my server with the script below. All the process goes well according to Macro Scheduler but when I check the result in the server I only get the name of the file and a file size of Cero: It transfered the name but none of the data in the file. Tri...