Hi Team,
1) we have created nv_ole_word object and performed some operations
2) we have already used some VBA code also. For example below,
IF ib_visual_basic then
this.ActiveDocument.Save()
else
this.FileSave()
end if
return true
3)Question: I need a page count from an existing word doc in powerbuilder
I want to migrate VBA syntax to PowerBuilder code.
Selection.Range.Information(wdActiveEndPageNumber)
Could you please let me know how to change the above VBA syntax to a powerbuilder
Selection.Range.Information( XXXXXXXXXXXX )
Thanks in Advance!
Regards,
Ezhilarasan TR