View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Masa Ito[_2_] Masa Ito[_2_] is offline
external usenet poster
 
Posts: 4
Default Open a copy of xls file

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!