P
Peter S
How would I populate text boxes and check boxes on a word template with data
existing on a VB6 form?
existing on a VB6 form?
How would I populate text boxes and check boxes on a word template
with data existing on a VB6 form?
The template contains TextBox controls (ActiveX)
Use the following for word automation
Set appWord = New Word.Application
Set doc = appWord.Documents.Open("C:\AuditDB\KPI\ACC_Form.dot")
MS Word version is 9.0 (2000)