|
-
Jul 12th, 2005, 08:51 AM
#1
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|