Skip to main content
This topic has been closed for replies.

1 reply

Participant
April 26, 2012

Typo in example:

theFile=GetDirectoryFromPath(GetCurrentTemplatePath()) & courses.xls";

Should be:

theFile=GetDirectoryFromPath(GetCurrentTemplatePath()) & "courses.xls";