L
Let2Editor
I am advised that I can 'open' a document invisibly in order to retrieve a
certain bookmarks content by assigning the document to an object.
Dim odoc As Object
Set oDoc = GetObject("filename")
(text)= odoc.Bookmarks("bkname").Range
It all works, but for some reason it routinely takes about 15 to 20
(interminable) seconds for the odoc object to be created. Am I doing something
wrong?
Ed
certain bookmarks content by assigning the document to an object.
Dim odoc As Object
Set oDoc = GetObject("filename")
(text)= odoc.Bookmarks("bkname").Range
It all works, but for some reason it routinely takes about 15 to 20
(interminable) seconds for the odoc object to be created. Am I doing something
wrong?
Ed