phirepdf.blogg.se

Add comments in word 2011 for mac
Add comments in word 2011 for mac








  1. #ADD COMMENTS IN WORD 2011 FOR MAC HOW TO#
  2. #ADD COMMENTS IN WORD 2011 FOR MAC CODE#
  3. #ADD COMMENTS IN WORD 2011 FOR MAC WINDOWS#

' when you start the Word application without e.g. ' based on Normal.dotm, is open (this is by default what you get ' to run this, start word and ensure that a single blank doument, ' Sets the Normal template to have the settings we would like RevisionsBalloonWidthType = WdRevisionsBalloonWidthType.wdBalloonWidthPercent Then RevisionsBalloonWidth = preferredBalloonWidth RevisionsBalloonWidthType = preferredBalloonWidthType 'Const preferredBalloonWidth As Single = 300Ĭonst preferredBalloonWidthType As Integer = WdRevisionsBalloonWidthType.wdBalloonWidthPercentĬonst preferredBalloonWidth As Single = 25

add comments in word 2011 for mac

'Const preferredBalloonWidthType As Integer = WdRevisionsBalloonWidthType.wdBalloonWidthPoints ' The numbers Word reports are the numbers you have set, not the values ' not looked at such as screen size and so on. ' NB, there seems to be a minimum anyway, but that may depend on things I have ' set your preferred measurement type and width here. If you want "the minimum", I suppose using the value "1" may be enough for either points or percent. Word does not report the width it has set when you inspect the values - it reports the widths you tried to set. But for example, setting a width of 5%, 10%, 15% here has exactly the same effect, and I need to go to 21% or some such to increase it. If you do need it, and you already have an AutoOpen in your Normal.dotm, you will need to modify your existing routine, then remove/rename mine.Īlong the way, I realised that there is a minimum width, which is what folled me into thinking that the values were not "taking". If not, delete or rename the AutoOpen sub. However, there is also an AutoOpen routine in there which you may need to change the settings for existing documents. This should fix normal.dotm itself and change the default behaviour in future (I think!). "based on" Normal.dotm", run the routine. Change the width values att he top to the ones you want to use.

#ADD COMMENTS IN WORD 2011 FOR MAC CODE#

  • you may need to prefix "ActiveWindow" by "ActiveDocument." (without the quotation marks) to get this to work.įWIW I would give you the equivalent applescript, but I can't see the equivalent property names in the Dictionary for Word 2011.Īlternatively, you can put the following code in a new Module in your Normal template (you can do that in the VB Editor).
  • Would "take" But perhaps I did something wrong along the way. To have to modify the revisionsballoonwidthtype first, then my change
  • when I first tried changing the width value, it didn't work.
  • add comments in word 2011 for mac

    Where you put the width in points instead of "200" If you actually want a width in points, execute =1 (put the percentage you want where I have put "10") and execute that. If so, change the command to the following (delete the "?" and append "=0") =0 I think you will see the value "1" displayed in the Immediate Window. Here, and press return/enter at the end ? Type the following into the immediate Window, or copy/paste it from VBE's View->Immediate Window to display it If you cannot see a window titled "Immediate Window" in the VBE, use

    #ADD COMMENTS IN WORD 2011 FOR MAC WINDOWS#

    Ideally, try to organise the Word and VBE windows so you can click in Width can be different for different views).Ĭlick Word->Tools->Macro->Visual Basic Editor. Open your document and enable the View that you want to change (the At the bottom I have now added some VBA for insertion in your Normal template for those who are familiar with that.įor VBA, not quite sure that you do not need to enable the Developer tab, but. As usual, there are a lot more steps than I'd want. Unfortunately, there is no shortcut to select the text effect once you are in the Font dialog box.I cannot see any facility for doing this in the User Interface, but you can do it in code.

    add comments in word 2011 for mac

    Use your cursor to select the text effect you would like to apply.Hold down Command + D and the Font dialog box will appear.Select within your Word Document the text that you want to strikethrough.Use your Font dialog box as a strikethrough shortcut (Mac only)

    #ADD COMMENTS IN WORD 2011 FOR MAC HOW TO#

    To learn how to superscript and subscript in Word, Excel and PowerPoint (including their keyboard shortcuts), read our guide here. Note: PowerPoint and Word both have a dedicate superscript and subscript shortcuts. Ctrl + Spacebar reverts your text formatting back to the default formatting of your document.

    add comments in word 2011 for mac

    To remove a strikethrough in Word, simply select the text and either use the shortcut again to remove it or hit Ctrl + Spacebar to remove all formatting.

  • Inside the Font dialog box, hit Alt + K to select the Strikethrough.
  • Hit Ctrl + D to open the Font dialog box.
  • Select the text you want to strikethrough.
  • Use your Font dialog box shortcuts in Word to cross out text (PC only)










    Add comments in word 2011 for mac