User Profile
Doug_Robbins_Word_MVP
MVP
Joined Nov 20, 2021
User Widgets
Recent Discussions
Re: Word VBA, Unreachable table style setting?
I am not sure why you would be trying to use VBA to create a Style. However, it is a fact that VBA has not kept up with quite a number of the newer features of Word. If you want to try and have something done about it, go to Help>Feedback.37Views1like1CommentRe: VBA concern: support for macros or controls not installed
Where do you have Zotero installed? It should probably be installed in the Word Startup folder that you can access by typing or copy and paste %appdata%\Microsoft\Word\Startup into the address bar of the File Explorer You may also need to right click on the Zotero file and the left click on Properties and check the Unblock box if it appears in the bottom right of the Properties dialog.22Views1like1CommentRe: Trying to create a form field that uses images (but not a simple one!)...
To add to the suggestions that Charles has given you, I would think that to create a user-friendly form with that functionality, some advanced Ribbon Customization will be required. Greg Maxey's website would be a good place to start, but you may need a copy of the Ribbon Customization Bible - RibbonX - Customizing the Office 2007 Ribbon by Robert Martin, Ken Puls and Teresa Hennig.17Views1like1CommentRe: Search and replace can't seem to delete \o or \t in URLs
To find \o or \t, when using a wildcard search, you need to duplicate the \. That is, use \\o or \\t For more on using wildcards, see the following page of Graham Mayor's website: https://www.gmayor.com/replace_using_wildcards.htm93Views1like1CommentRe: Why does original document close when saving a copy or selecting Save as and renaming a copy?
When using File>Save As, and using a different name for the document, Word has always worked that way. If the user wants to revert to the original document, it will be second document under the list of recent documents that is displayed when the File menu is accessed.34Views1like0CommentsRe: Keep table rows together
Modify the Paragraph Format of the Table Grid Style and click on the Set as Default button before dismissing that dialog by clicking on OK. To access that Style, put the selection in the table and then press CTRL+SHIFT+S to display the Apply Styles dialog in which the Table Grid style should appear as the Style in use. Click on Modify in that dialog to access the dialog via which you can modify the Paragraph Format.54Views2likes2CommentsRe: Sending out E certificates
Better late than never. Use my Merge Tools Add-in that is contained in the MERGE TOOLS ADD-IN.zip file that you can download from: https://mergetoolsaddin.com/ Extract the files from the archive and read the: “READ ME – Setting up and using the Merge Tools Add-in.pdf to see how to install and use the various tools. Using those tools, it is possible to perform the following types of merge that cannot be done with Mail Merge “out-of-the-box”: Merge to e-mail messages either with or without attachments, with the documents created by the merge being sent as either Word or PDF attachments or as the body of the e-mail message . The email messages can, if necessary, also be sent to CC and BCC addresses and the subject of the message can include data from a field in the data source. Merge to individual documents in either Word or PDF format with the filenames being supplied by the data in one of the fields in the data source Many to One type merges, which can be used for creating documents such as invoices where there are multiple records in the data source that have common data in one of the fields Merging to a document that will include a chart that is unique to each record in the data source Merging a document with Content Controls Merging a document that contains Legacy FormFields Duplex Merges Merging to a printer that will collate and staple the output created from each record in the data source. The requirements for using the system are: The mail merge main document must be of the Letters type, though that does not mean that the output cannot be sent as an e-mail message where relevant. For the Many To One, Merge with Attachments and Merge to Individual Docs utilities, the data source may be either a table or query in an Access database, or in the form of an Excel worksheet. For the Chart Merge utility, see the Mail Merging with Charts document that is included in the Merge Tools Add-in Zip file for additional requirements for the data source for use with that utility For a data source in the form of an Excel worksheet, the field names must be in the first row of the worksheet and there must be a field name in all of the cells in that row that are within the range of columns that contain the data. For both types of data source, the field names must contain only alphanumeric characters (No @,#,$,%,&,(,), etc) and the field names must not start with a numeric character (0-9). The number of characters in the field names, including spaces, must not be more than 40. The MergeTools Add-in will NOT work with the “New Outlook”, which is just a re-badged version of Windows Mail and like its predecessor, it does not support automation and hence will not send the messages created by the MergeTools Add-in. Be aware, that any messages that you had tried to send with the “New Outlook” will have been placed in the Outbox of the original Outlook and they will be sent as soon as you revert to that version of Outlook. If you do not want that to happen, you should put Outlook Off-line, or disconnect your computer from the Internet. For a demonstration of the use of the facility, prepared by a Microsoft employee, see https://www.youtube.com/watch?v=yj_s3cdfVDY https://www.youtube.com/watch?v=GGXZ3aQN7oo3Views0likes0CommentsRe: Mail Merge malfunction
To deal with the UK issue, use the following field construction {IF {MERGEFIELD Country} = "United Kingdom" "" {MERGEFIELD Country}} You must use CTRL+F9 to insert each pair of field delimiters { } and use ALT+F9 to toggle of the display of the field codes. When you execute the merge, it will automatically index through the records WITHOUT needing the Next Record field.33Views0likes1Comment
Recent Blog Articles
No content to show