

Item("Contractors_Phone").Range.Text = sAccessContractors_Phone Item("Manager_Name").Range.Text = sAccessManager_Name Item("End_Date").Range.Text = sAccessEnd_Date Item("Start_Date").Range.Text = sAccessStart_Date Item("Tender_Total").Range.Text = sAccessTender_Total Item("AccessSalutation").Range.Text = sAccessSalutation

#How to view bookmarks in word 2013 how to
This tutorial will show you how to create bookmarks using Word and Adobe Acrobat on the PC. Bookmarks allow the reader to see a TOC wherever they are in the document, and navigate easily to that section of the document. Item("AccessAddress").Range.Text = sAccessAddress Having bookmarks that replicate the table of contents (TOC) is a helpful feature to navigate a thesis or dissertation. Item("Letter_Date").Range.Text = sAccessLetter_Date 'Open Word using template and make Word visible Set Wrd = CreateObject("Word.Application") SAccessContractors_Phone = Contractors_Phone SAccessSalutation = First_Name & " " & Last_Name VbCrLf & Company & vbCrLf & Street_Name & vbCrLf & Town & vbCrLf _ SAccessAddress = First_Name & " " & Last_Name & _ I have been trying to work this out al day and now feeing very frustrated, I am eager to learn VBA, any tips would be greatly appreciated. It also includes information on the Reveal Formatting panel. This article explains two ways to reveal the formatting marks and codes in a Microsoft Word document. Permanent reveal: In Word, go to the ribbon and select File > Options > Display. To create a link to the bookmark (such as in a list or table of contents at the top of the document), highlight the text youd like it to link from and 'Hyperlink' from the 'Insert' tab. Type a name for your bookmark and click 'Add.' 4. In the 'Insert' tab on the ribbon menu, within the 'Links' group select 'Bookmark.' 3. Again this is not the format on my form in Access. Choose the Show Formatting Symbols icon to toggle marks on and off. Select or highlight a location, picture, or text in your document. I want the date to appear as 23rd November 2014, however this is appearing as 23/11/14. I created a link to a Word (.docx) file using the bookmark option in SharePoint 2013: The document opens, but not at the specified bookmark.
#How to view bookmarks in word 2013 code
I have copied the following code from a book to merge data from a word document with a form in Access 2013, however the bookmark Tender_Total appears as a currency in my form but I cannot get this format to transfer over to the word document, I also have a similar formatting issue with the Letter_Date bookmark.
