Capture user selection of font If I put a font combo box on a Ribbonbar is there a way for me to capture the user's font choice? I need to capture that choice and use it in a macro. ... 8 Mar 2010 09:42
Font formatting in VBE I have some docvariables tied to docvariable fields of which some need to be BOLD fonts but others tied to the same field do not. If I bold the field in the document, then all the docvariables are bold which is not my intent. How can i selectively bold some but not all of the docvariables? I've tried to highlig... 4 Mar 2010 11:14
VBA Macro: Word 2003 (FormFields) Hi, I have a question on how to capture a hyperlink that is inserted behind a checked FormField (type Checkbox). The idea is to create some sort of index page with checkboxes, which will summarize a number of hyperlinks (which point towards several files on the company network). A button will print out al... 12 Mar 2010 09:26
after input, IF THEN to compare 2 #s & select answer fm a table Using Word 2003, I would like to create a cell in a table. I want the user to enter a number in the cell. I want word to reference another table and find the cell or row where that number fits in. Example: I have a table with four cells. Cell A1 has 1-10 in it. Cell A2 has 11-20 in it. Cell B1 has 'YES' in... 1 Mar 2010 00:28
Preserve the initial scope of a selection on a search operation and re-use it later Before the "With Selection.Find" statement, define a Range object that will store the original Selection's location: Dim myRange As Range Set myRange = Selection.Range At the end of the code you showed, select that Range object: mYRange.Select -- Regards, Jay Freedman Microsoft Word MVP FAQ: htt... 28 Feb 2010 18:58
List of fonts used in a Word doc -- the easy way The VBA scripts that I have found all implement a character-by-character scan through the document, which can take a long time in later versions of Word. You can blame Word's "formatting" feature for the slowdown. Thereâs a faster way: Save the document in .rtf format, then open the .rtf file in a text editor such... 28 Feb 2010 13:22
Combine Multiple Documents I send a wors document template with a set number of subject headings to several reviewers, and each reviewer returns the document with their comments on the topic added under each subject heading. I need to combine a dozen or so of these documents from various users into one final document. I have been using... 28 Feb 2010 07:49
Try OpenOffice Have you tried a different word processor, such as OpenOffice? PrincessLea wrote: Larry, thanks for your efforts. 04-Feb-09 Larry, thanks for your efforts. Your program code seems to be a simple replace operation in an SGML/XML DTD (the CDATA keyword), which would not contain any formatting codes (unles... 28 Feb 2010 02:25
FilePrint Intercept 2010 - is it obsolete? Hi, Is Ctrl P obsolete in 2010 as it is the old FilePrint screen that was intercepted? Ctrl P moves to Print and Preview screen (now one dialogue) (same as Ctrl F2). Sub FilePrint() intercepts old vba Print Screen - Is Ctrl P therefore obsolete in 2010 because FilePrint screen is for previous versions? ... 27 Feb 2010 23:11
Word Content Controls Restricted Document Fill in forms Hi Plaskdex I have the same problem in Word 2010 - one has to step into the CC. Did you try grouping the controls? I can quote an MVP who says "Content controls are Microsoft's unfinished symphony" - no help at all (is what I thought) but it does make an obvious point. Janine "Plaskdex" <Plaskdex(a)di... 27 Feb 2010 16:35 |