Search results

  1. stackoverflow.com/questions/17256827/​vba-this-reference...   Cached
    This reference document is searching for text fonts. I want to add a function to select which of the fonts. Private Sub StartChek_Click() If StartChek.Value = True ...
  2. msdn.microsoft.com/en-us/library/office/​aa211953(v=...   Cached
    VBA Language Reference. ... Working with Text. Inserting Text in a Document. ... With ActiveDocument.Content.Find .ClearFormatting .Font.Bold = True ...
  3. msdn.microsoft.com/en-us/library/office/​aa220511(v=...   Cached
    Returns a FindReplace object. The FindReplace object is used to perform a text search and replace in the specified document. expression.Find. expression Required.
  4. www.thezcorp.com/VBACodeSamples.aspx   Cached
    Documents("c:\temp\document2.doc").Bookmarks(1).Range.Text = _ Documents("c: ... Text:=vbTab Selection.Font.Underline ... the found text Loop. Loop: Do a Search, ...
  5. windowssecrets.com/forums/​showthread.php/2594-word-vba-fonts   Cached
    word vba fonts: Is there a way to determine with a macro what fonts have been used in a Word document? ... The macro is only looking in the text layer.
  6. www.ehow.com/how_7337718_text-word-​document-using-vba.html   Cached
    How to Get Text in a Word Document Using VBA. ... Microsoft's Visual Basic for Applications ... How to Use VBA & Macro to Change Fonts; VBA Code Structure;
  7. www.ehow.com/about_6610627_vba-search-​word-replacement.html   Cached
    Visual Basic for Applications ... including generating the text to search for, selecting the document portions to be searched and ... How to Access VBA Variable Font ...
  8. communities.bentley.com/products/​microstation/micro...   Cached
    Home » Product Communities » MicroStation » MicroStation Programming » MicroStation Programming - Forum » [XM VBA] Wrong font name for text in reference file
  9. www.msofficesolved.com/general/Q_​25575025-VBA-Word-Find...
    VBA Word Find Text in document, ... with your own tags and notes for future reference. ... Select Selection.Font.Size = 9 Selection.TypeText Text: ...
  10. stackoverflow.com/...of-text...in-word-​document-using-macros   Cached
    .Text = "^13(\([0-9]@\)) (?@)." .Font.Name ... Dim s As Range Dim wd As Range Dim BoldHead As Boolean Dim doc As Document Set ... MS Word wildcards VBA Macro search ...
  11. stackoverflow.com/...italic-fonts-in-​word-document-using-vba   Cached
    with the find function i can search and select all words in italic font from a document. how ... worksheet reference With ... VBA - Making some text BOLD ...
  12. stackoverflow.com/...all...text-and-​change-font-color-to-red   Cached
    Select a formatting for the search (yellow text color). ... Application.ScreenUpdating = False Dim d As Document: ... VBA MS Word Font color. 0.
  13. stackoverflow.com/questions/8245945/​enter-text-from...   Cached
    ... .Range .Text = rng.Text .Font.Bold = rng ... The code snippet assumed you already had a reference to a Selection in a Word document where ... VBA - Pull data from ...