Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Office 2002/XP MailMerge and Datasource Issues

Status
Not open for further replies.

Vexor

Technical User
Aug 27, 2001
3
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top