

To ensure that tables don't contain split cells, merged cells, or nested tables, use the Accessibility Checker. If you have to use tables, use a simple table structure for data only, and specify column header information. In general, avoid tables if possible and present the data another way. Make it easy for everyone read your documents. The following table includes key best practices for creating Word documents that are accessible to people with disabilities.Īvoid common accessibility issues such as missing alternative text (alt text) and low contrast colors. Instructions for Installing Macros from Forums or Websites by Graham Mayor, MVP Volunteering to "pay forward" to return help I've received in the Microsoft user community.Best practices for making Word documents accessibleĬheck accessibility while you work in WordĪdd accessible hyperlink text and ScreenTipsĪdjust space between sentences and paragraphs MsgBox "Conversion skipped", vbInformation, "OK" If you are using Word 2013 or later, you should see Compatibility Mode in the Title Bar.", vbInformation, "Done" If Result = vbNo Then GoTo SkipConversionĪctiveDocument.SetCompatibilityMode (wdWord2010) On Error GoTo SkipConversion ' in case this is run in an earlier version of Word VbCr & "Are you sure?", Title:="Word 2010 Conversion Warning", Buttons:=vbInformation + vbYesNo) You will lose any features added in later versions." & _ Result = MsgBox(Prompt:="This will convert this document to Word 2010 format. ' Converts Active Document to Word 2010 format Here is a macro with a couple of safeguards. It requires the following in a macro or in the immediate window.ĪctiveDocument.SetCompatibilityMode (wdWord2010) Volunteering to "pay forward" to return help I've received in the Microsoft user community.] Charles Kenyon Sun Prairie, Wisconsin wordfaqaddbalancecom Legal site:

It is possible, using a macro, to back-convert a document created by later versions to Word 2010. Such a document can be saved and used in Word 2019 and as far as I know it will work but editing in Word 2019/365 may not be feasible. If you have Word 2010, you can add the WordArt using the Add-In and edit it the same as you could before.

It retains some of the function of the old in Word 2019l365 but it is hit or miss. These all were added to ribbon version documents using my Add-In for legacy WordArt. The texture and picture controls for shape will give background to the textbox that holds the WordArt. The text has lost its picture and neither picture nor texture are available. Here is the same thing not in compatibility mode. It is using the picture or texture foreground. docx format is from Word 2013 or later, you lose those controls, although not necessarily the WordArt already formatted.Īgain, this is in compatibility mode. I have an Add-In that can give you access to these controls, but only in documents that are in Word 2010 compatibility mode. The controls that Diane is showing will control the textbox containing the WordArt. What you are referring to are controls that were there in Word 97-2007.įor WordArt created in Word 2013 or later neither picture fill nor texture are available.
