Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 06-29-2017, 04:14 AM
gmayor's Avatar
gmayor gmayor is offline Switching over from WordPerfect Windows 10 Switching over from WordPerfect Office 2016
Expert
 
Join Date: Aug 2014
Posts: 4,144
gmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud of
Default

Word Perfect uses macros in a different way from Word, but you can do much the same sorts of things. e.g. to show the bookmark dialog

Code:
Sub ShowBkMkDialog()
    Dialogs(wdDialogInsertBookmark).Show
End Sub
but it is just as easy to click the Bookmark button on the Insert tab, and you may find http://www.gmayor.com/BookmarkandVariableEditor.htm even more useful.

For the parentheses
Code:
Sub ParensTextCaps()
Dim oRng As Range
    Set oRng = ActiveDocument.Range
    With oRng.Find
        Do While .Execute(FindText:="\(*\)", MatchWildcards:=True)
            oRng.Case = wdUpperCase
            oRng.Collapse 0
        Loop
    End With
lbl_Exit:
    Set oRng = Nothing
    Exit Sub
End Sub
See http://www.gmayor.com/installing_macro.htm
__________________
Graham Mayor - MS MVP (Word) (2002-2019)
Visit my web site for more programming tips and ready made processes www.gmayor.com
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Switching over from WordPerfect WordPerfect to Word Conversion Footnote Problem RobertWA Word 1 12-21-2015 05:41 AM
Transition from WordPerfect to Word rbrlaw Word 3 03-18-2015 10:58 AM
Macros from WordPerfect X4 to Word2010 chris13 Word 7 06-11-2013 10:45 AM
Switching over from WordPerfect Outlook 2010/Corel Wordperfect conflict kjohnsn Outlook 2 03-25-2011 06:00 PM
Switching over from WordPerfect Export contact info from Wordperfect & Word into Outlook Ranger Outlook 1 10-04-2010 05:29 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 03:50 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft