I have something like this
ThisDocument.Range.Text & "Vendor: " & cboApp.Value & " With software: " & cboApplication.Value & " App Version: " & cboAppRev.Value & " On SDK version: " & cboSDK.Value & vbNewLine
I would like the combo box value's to be printed in bold, how do you do this?
Thanks
ThisDocument.Range.Text & "Vendor: " & cboApp.Value & " With software: " & cboApplication.Value & " App Version: " & cboAppRev.Value & " On SDK version: " & cboSDK.Value & vbNewLine
I would like the combo box value's to be printed in bold, how do you do this?
Thanks