I'm not even sure if this is possible, but just testing the waters here.
Msgbox "INFORMATION:" & chr(13) & chr(13) & _
"You are not allowed to edit records" & chr(13) & chr(10) & _
"with this logon.", vbInformation
I want to set the word "information" in the msgbox to display as bold text, and the remaining text to be normal.
Is it possible??
thanks RK
Msgbox "INFORMATION:" & chr(13) & chr(13) & _
"You are not allowed to edit records" & chr(13) & chr(10) & _
"with this logon.", vbInformation
I want to set the word "information" in the msgbox to display as bold text, and the remaining text to be normal.
Is it possible??
thanks RK