A
Alexander
Create New Html-Document with Frontpage VBA
===================================
It seems that Frontpage VBA can't create a new Dokument, but only can do
a copy of a present file or import a file with:
Application.ActiveWeb.RootFolder.Folders("TEST").Files.Add
"http://xyz/test.htm"
Is this correct?
If not, which is the correct command to create a new and empty HTML
document?
Thanks
Alexander
===================================
It seems that Frontpage VBA can't create a new Dokument, but only can do
a copy of a present file or import a file with:
Application.ActiveWeb.RootFolder.Folders("TEST").Files.Add
"http://xyz/test.htm"
Is this correct?
If not, which is the correct command to create a new and empty HTML
document?
Thanks
Alexander