0

The template excel file located in templatePath,new created excel file located in newFilePath,it is simple to create a new excel file with the template file with vba:

     Set myFile = CreateObject("Scripting.FileSystemObject")
     Call myFile.CopyFile(templatePath, newFilePath)

How can do the same job in openoffice's basic?

showkey
  • 291

0 Answers0