Results 1 to 3 of 3

Thread: Kinda Resolved - VBA Word bold text help

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2005
    Posts
    10

    Kinda Resolved - VBA Word bold text help

    I don't know the commands but i basically need commands for formatting output from a form to word

    ThisDocument.Range.Text = ThisDocument.Range.Text & "Vendor: " & cboApp.Value & " With software: " & cboApplication.Value & " App Version: " & cboAppRev.Value & " On SDK version: " & cboSDK.Value & vbNewLine

    Is the code and I need the comboboxes values to export in Bold and different size text than the others.

    Any good websites for vba code in regards to what I need

    Thanks so much
    Last edited by mikemar; Jul 12th, 2005 at 09:32 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width