File name seems alright given the settings you use. About being blank I suggest you try to;
1. hard code a value to see that that part works
2. write the Variable to file in the same Task to see you have something in it
Hi,
I did some more trial and error, using your suggestions.
1. I can create a new spreadsheet with the SET CELL with either a variable or hard coded value as long as the File Filter setting, Include file mask is coded with a file that does not exist. When I code it with a file that does exist, I get a blank file.
Example
1. Source:
Input value
{JOB(Active|Variable|excelOutput)}
2. File filter
Folder
c:\docs\test
Include file mask
test.xls
Output is blank
If I delete the physical file test.xls, but specify it in the "include file mask", a new spreadsheet named test.txt is created with the contents of {JOB(Active|Variable|excelOutput)}. Positioning of the contents is correct. Spreadsheet tab name is correct too. It seems SET CELL can create a new spreadsheet, but it cant add to an existing spreadsheet.