Microsoft
Software
Hardware
Network
Question : Underlining text?
I have the below code... that works but I need "
Take Notice
" to be underlined.... is there a built-in function that I can pass this text and then concatinate onto the rest of the string? This is the current code:
txtEffectiveDates.Value = "Take Notice that on or after the " & Format([txtDate], "dd") & " day"
Answer : Underlining text?
No. you have to underline the whole line by setting the Control's Font Underline property to Yes in the design view of the form
Random Solutions
Variable not defined error using VBA ExportAsFixedFormat Type:=xlTypePDF in excel 2003
checking login & pass with curl
SSRS - Relationship setup in Report model
PL/SQL Export table data to .csv file and save; launch Excel inside PL/SQL and load saved .csv file
PHP 5.3.2 installation problem on Vista IIS7
adding a mac to sbs 2003 network
Crystal Reports 11 (migrating from 8.5) and VB6 using RDO resultset as datasource
IP Address Contention
Include C++ header files in .Net Application
IPSec or SSL - which is best for VPN client?