T
Tolga Ongunsu
Why this code makes an overload the application proccess menu? And in Win XP
it always want to save document as normal.dot?
Please tell me where is the problem and how can i solve it...?
Thanks
Dim oWordApp As Word.Application
Dim oWordDoc As Word.Document
Set oWordApp = New Word.Application
With oWordApp
Set oWordDoc = .Documents.Add
End With
..
..
..
temp = dral & "\" & firma & ".doc"
.SaveAs temp
.Close
End With
Set oWordDoc = Nothing
oWordApp.Quit
Set oWordApp = Nothing
it always want to save document as normal.dot?
Please tell me where is the problem and how can i solve it...?
Thanks
Dim oWordApp As Word.Application
Dim oWordDoc As Word.Document
Set oWordApp = New Word.Application
With oWordApp
Set oWordDoc = .Documents.Add
End With
..
..
..
temp = dral & "\" & firma & ".doc"
.SaveAs temp
.Close
End With
Set oWordDoc = Nothing
oWordApp.Quit
Set oWordApp = Nothing