Hey,
I have this code. But I need to bold text from cell K14 and change color of cells K21-K25.
How can I do that?
Please help :(
Sub SendMail()
'SendEmail Macro
'
'
Dim outlApp As Outlook.Application
Set outlApp = CreateObject("Outlook.Application")
Dim outlMail As...