View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Xav[_2_] Xav[_2_] is offline
external usenet poster
 
Posts: 4
Default Workbooks.Open problem

When I use this method iit opens the file pass by variable and add a
"1".
For instance Test.xls becomes Test1.xls and basically I am manipulating
another excel file created from the Test.xls orginal one. If I try to
use the Save method I got an error saying the file already exists and
if I want to overwrite it. Any idea?