Hi
I have a name range (let's call it 'Range1') within an excel file to which I would like to output the results of my workflow.
I also need to change the filename according to a field.
e.g. Workbook name - abc.xlsx
Named Range - Range1
Filename - abc.xlsx|Range1
The problem I have is that when I output to this filename, it outputs it to a new worksheet with the name Range1, rather than to the named range itself. Is there a way I can get it to recognise it as a named range?
Thanks
David