MS Word 2007 - target word count -


i set daily or partial word count target in ms word 2007?

it seems total word count displayed, or count selected text. not count displays current words typed against target, e.g 500 (current)/1500 (final)

thanks

i not aware of method show customized variables in status bar, may include macro show whatever want. example:

sub macro1() ' ' macro1 macro ' dim wordcount long dim myrange range  set myrange = activedocument.range  wordcount = 500 - myrange.computestatistics(wdstatisticwords) msgbox wordcount & " words left"  end sub 

Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -