Topic was a little hard to follow, but in the end I did this:
Set Variable [$FileName; value:List.xslx"]
Set Variable [$Path; value:"filewin:" & get(DeskTopPath) & $FileName
used $Path in export . $Path was Filewin:/C:/Users/VAC Membership/Desktop/List.xlsx
Got file "file could not be created...." error
Then used Menu and Export Records to successfully save records on Desk Top appearing as an icon.
Two things are frustrating; not being able to copy and paste script steps outside of FM, and feeling like I am hopelessly the only person in the world with this problem, but thank you for helping. When I tried $SavePath = "filewin:/C:/list.xslx" it seemed that I couldn't get more simple than that. Is there any information about the meaning of the "file could not be created..." error message? Is FM responding to a Windows error, or is it a FM error? Doing what the message says doesn't fix the problem.