S
sreelu.lakshmi
Hi i have this code,
Dim mytable As Object
Dim objWord As Object
Dim myVars As Object
Dim myDoc As Object
objWord.ActiveDocument.Sections(1).headers(wdHeaderFooterPrimary).Range.Fields.Update
objWord.ActiveDocument.Sections(1).Footers(wdHeaderFooterPrimary).Range.Fields.Update
it is giving the "compile error variable not defied " in my project.
can any one give me the solution ..
Thank you
Sreelu
Dim mytable As Object
Dim objWord As Object
Dim myVars As Object
Dim myDoc As Object
objWord.ActiveDocument.Sections(1).headers(wdHeaderFooterPrimary).Range.Fields.Update
objWord.ActiveDocument.Sections(1).Footers(wdHeaderFooterPrimary).Range.Fields.Update
it is giving the "compile error variable not defied " in my project.
can any one give me the solution ..
Thank you
Sreelu