how I get all contents of a word doc wirh a macro written in VB ?
Visual Basic
4
Posts
2
Posters
0
Views
1
Watching
-
how I get all contents of a word doc wirh a macro written in VB ? after this I need to get it and put into a Rich Text field into another application using API !
-
how I get all contents of a word doc wirh a macro written in VB ? after this I need to get it and put into a Rich Text field into another application using API !
-
use the document's select or range object and select the lot (or wotever part of the doc u want) and use copy, its in the clipboard now so get your app to paste bryce