The window Status Bar has couple little boxes that display connection, lock, 2 empty boxes, keys strokes, 3 empty boxes and the last one displays time. How to display a current date in one of those empty boxes so that the screen capture has a full timestamp? I tried to browse .edp file but...
Thank you. Both ways work fine with a little exception: Word returns message "This bookmark does not exist". When I open this document in Word the bookmark is there and its name is the same as I use it in this call. To be sure I displayed bookmark name right before invoking GoTo. I also TypeText...
I’m not very fluent in VB macro language but somebody has to do it. My problem is with a syntax error that I don’t see the reason. This is an Attachmate macro to work with MS Word document. I will have a template document fully edited and formatted with bookmarks for screen shots. Macro will...
I'll move Word question to suggested forum.
If it were only 4 I wouldn't bother with macro. It is more then 100 screenshots and the same number of bookmarks, each with unique name for its screenshot. Your suggestion is perfect: table of names and loop the process for each. Thanks.
Yes, thank you. I found it yesterday. I have the document opened now. Still compiler allows only one argument with Word GoTo method. I tried to go around it with this:
Dim parmStr As String
...
parmStr = "-1,1,1," + strScreen
objSelection.GoTo(parmStr)
When run macro went into some infinite...
I’m not very fluent in Attachment VB macro language but somebody has to do it. My problem is with a syntax error that I don’t see the reason. Original macro was grabbing multiple screens and pasted them to MS Word document with some text description. Then it required a lot of editing and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.