I am using VBA and need to change the font for UserName to bold and maybe a different size. Is there a way to do this?
"SELECT user.user_name as UserName, log.log_date INTO [Excel 8.0;DATABASE=" & strExcelFile & _
"].[" & strWorksheet & "] FROM user INNER JOIN log ON user.user_id = log.user_id
"SELECT user.user_name as UserName, log.log_date INTO [Excel 8.0;DATABASE=" & strExcelFile & _
"].[" & strWorksheet & "] FROM user INNER JOIN log ON user.user_id = log.user_id