

The software Classic Menu for Office is designed for the people who are accustomed to the old interface of Microsoft Office 2003, XP (2002) and 2000. Features and Commands List of Word 2010.Click the down arrow under Macros button, and choose to view or record Macro.With Classic Menu for Word 2007/2010/2013/2016/2019 installed, you can click Menus tab to get back the classic style interface. The article will illustrate two ways to reach the Macro function. Classic Menu for Office Home and Businessįor users who have recently upgraded from Microsoft Word 2003/XP(2002)/2000 to 2007/2010/2013, do you have the problem in getting accustomed to the new ribbon interface? Have you spent times finding the familiar commands but with no result? For example, where to find the Macro command in Word 2007/2010/2013/2016/2019 remains a question.Classic Menu for Office 2007 Applications.The idea is to have the macro stop at this point so that I can select the figure number to be inserted.
#Insert macro button word 2010 code#
I modified the code and removed the ReferenceItem:=”1” reference. IncludePosition:=False, SeparateNumbers:=False, SeparatorString:=" " WdOnlyLabelAndNumber, ReferenceItem:="1", InsertAsHyperlink:=True, _ Selection.InsertCrossRefer ence ReferenceType:="Figure", ReferenceKind:= _ ' Macro stops here for user input of the figure number to be used.

' insert reference to only label and number, insert as hyperlink options. The code that I was able to record for the figure cross-reference is below. That is, because the selected values are persisted each time the Cross-Reference dialog box is closed, running the macro should not fail when the persisted state is the same as the stated defined by the macro. The macros should run regardless of the values selected as the reference type and the insert reference. Insert reference to (select) Heading text Insert reference to (select) Only label and numberĪt this point, I will manually select the appropriate figure number (heading for the next version of the macro) and click Insert. If I use the macros, I can limit the number of selections I have to make when I insert cross references. The removal of the steps created an error in the macro that I can’t resolve. I also tried recording the macro to the point of actually inserting a cross-reference and then removing the unwanted steps. I want the macro to stop before actually inserting the cross-reference, which will make it possible for me to manually select the reference to be inserted.

I have tried recording a macro, but the steps aren’t recorded unless I complete the entire process, that is, select the item to be inserted as the cross-reference. This will make it easier to insert the two types of cross-references. I plan to associate the macros with buttons and add the buttons to the Quick Access Toolbar (QAT). I need some help with macros that I can use in Word 2010.Ĭould you help me create two macros to accomplish the steps below? If you can help with one, I may be able to tweak it to create the second version.
