Is there a way to open a file as a copy?
I would like to force a user to select a name for a file if they wish to
save - similar to opening from a template.
I am programming in
VB.Net, and am launching the 'filename.xls' process
(process.start) - but I would like to avoid having the file 'locked' by the
user.
Thanks!