im having a few problems ive created an automated report in word 2000 but in 2002 it doesnt work im using mailmerge on a comma seperated value file and when it runs on word 2002 im prompted for my delimiter it should know the delilmiter also having a problem with inserting records from my datasoruce with the selection.range.insertdatabase command in word 2000 it works fine but in word 2002 it refuses to insert any data and my query is valid... I can email you some source if you dont alerady know a solution for this issue.. and one last thing imtrying to install/reinstall my macro into the normal.dot and i can do this using a macro but using visualbasic word crashes this is my code for that below
thanks for any info -Pepsi
Dim objWord As Object
Set objWord = CreateObject("word.Application"
On Error Resume Next
objWord.Application.OrganizerDelete Source:= _
"Normal.dot" _
, Name:="Module4", Object:=wdOrganizerObjectProjectItems
objWord.Application.OrganizerCopy Source:="c:\asr2\wordmacro.dot", _
Destination:= _
"Normal.dot" _
, Name:="Module4", Object:=wdOrganizerObjectProjectItems
thanks for any info -Pepsi
Dim objWord As Object
Set objWord = CreateObject("word.Application"
On Error Resume Next
objWord.Application.OrganizerDelete Source:= _
"Normal.dot" _
, Name:="Module4", Object:=wdOrganizerObjectProjectItems
objWord.Application.OrganizerCopy Source:="c:\asr2\wordmacro.dot", _
Destination:= _
"Normal.dot" _
, Name:="Module4", Object:=wdOrganizerObjectProjectItems