Dear all,
i have word templates i.e word do with empty tables etc ....
1. want to use ASP to populate them
2. and then save the file on the server
3. give a link to the user for that file
am using the following in the ASP page but it gives an error "Expected Statement" pls help ....
where "WRD" is Set WRD = Server.Createobject("Word.application")
Pls help
__________
Niraj...
"The unexpected success is not just an opportunity for innovation. It demands innovation."
i have word templates i.e word do with empty tables etc ....
1. want to use ASP to populate them
2. and then save the file on the server
3. give a link to the user for that file
am using the following in the ASP page but it gives an error "Expected Statement" pls help ....
Code:
WRD.Selection.GoTo what:=wdLine, which:=wdGoToAbsolute, Count:=1
WRD.Selection.GoTo what:=wdGoToTable, which:=wdGoToAbsolute, Count:=1
where "WRD" is Set WRD = Server.Createobject("Word.application")
Pls help
__________
Niraj...
"The unexpected success is not just an opportunity for innovation. It demands innovation."