SaveCopyAs Method Example
This example saves a copy of the text of the current HTML project item to the file NewScript.txt.
ActiveWorkbook.HTMLProject.HTMLProjectItems. _ Item(1).SaveCopyAs("C:\NewScript.txt")