View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
matelot matelot is offline
external usenet poster
 
Posts: 72
Default Create a new XLS from a standard XLS

I have an XLS with macro that I use as a starting template. I want to be able
to create a file for each person based on a data extract I receive from SQL.
The problem I am having is that when I write a macro to open the XLS
containing macro, it always ask me if I want to disable or enable macro. How
can I bypass the dialog box?

Thanks in advance