View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Maury Markowitz[_2_] Maury Markowitz[_2_] is offline
external usenet poster
 
Posts: 119
Default location for XLA's that I can easily get to

On Jan 13, 11:04*am, "Jon Peltier"
wrote:
Not XLSTART. Everything in XLSTART is opened, and the user might not like
that. The default directory for Excel add-ins is


The goal is absolutely to open these files, every time. They contain
code that is needed for everything we do.

I was able to write a little code to move these over using FileCopy.
Unfortunately, FileCopy won't copy the file if the _source_ is busy -
which it always is. Is there an analog to FileCopy that doesn't care
about the status of the source?

Maury