S
Sukhi
Hello to good people out there!!
I am using range object and book marks to populate various parts of large
document---
Set rBMRange = .Bookmarks("SomeValue").Range
rBMRange.Text = strPara & vbCrLf
this works fine. but how bring parts of document being populated into view,
so user can see it happening.
When I use selection object ---
objWord.Selection.TypeText straPara
Then I can see word moving pages where its being populating.
Could you also please explain, whats best to use, selection or range, what
are the pros and cons.
Document I am working on is quite complicated using table and so on. When
using selection, I can record a macro and paste into my vb project, and code
is written for me, can I do the similar thing for range object.
Thanks
Sukhi
I am using range object and book marks to populate various parts of large
document---
Set rBMRange = .Bookmarks("SomeValue").Range
rBMRange.Text = strPara & vbCrLf
this works fine. but how bring parts of document being populated into view,
so user can see it happening.
When I use selection object ---
objWord.Selection.TypeText straPara
Then I can see word moving pages where its being populating.
Could you also please explain, whats best to use, selection or range, what
are the pros and cons.
Document I am working on is quite complicated using table and so on. When
using selection, I can record a macro and paste into my vb project, and code
is written for me, can I do the similar thing for range object.
Thanks
Sukhi