David Dorward http://david.us-lot.org/ replied to my question. His solution works on the current as well as the linked page. However, you cannot use frames. I implemented his answer as follows:
Highlighted Page 1 - Doward.htm
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0...
On page with a lot of text, highlighting the specific text focuses the user's attention on the information you want to be seen.
To highlight specific text on a page use the following code:
Page.htm
<HTML>
<HEAD>
<TITLE></TITLE>
<script language="JavaScript"><!--
function...
I figured out how to open Word at the Bookmark from Access by experimenting with starting Word from the RUN command. Apparently, I hadn't used all the possible choices for inserting the macro switch. The following steps work:
First, Create the Bookmark in Word: (bookmark = FilePrep)
Sub...
Hi,
I am trying to open a Word document at a bookmark location from a button on an Access Form.
The following code works to open the document:
Call Shell("winword ""c:\folder\myDocument.doc""",1)
The Word Macro that goes to the bookmark is...
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.