Summary : I am pulling data from a third party application from excel 2010, runs every 30 mins and then calls outlook email macro to send me email.(using Ron de Bruin Code Outlook object model (body) )
problem:Mail is being sent out even if no data in row 10 onwards.
Need help with macro to check excel spreadsheet if no data is available in Specific ROW10 ,R11 , R12 ,R13,R14,R15....UPTO R20 , not to call outlook email macro.
Have a header file in ROW in excel in Row9(A9:L9)
Macro 1 (automatic runs every 30 mins)- pulls data from third party application into excel 2010,calls
Macro 2 - Ron de Bruin Code Outlook object model (body) ) and sends email out.
problem:Mail is being sent out even if no data in row 10 onwards.
Need help with macro to check excel spreadsheet if no data is available in Specific ROW10 ,R11 , R12 ,R13,R14,R15....UPTO R20 , not to call outlook email macro.
Have a header file in ROW in excel in Row9(A9:L9)
Macro 1 (automatic runs every 30 mins)- pulls data from third party application into excel 2010,calls
Macro 2 - Ron de Bruin Code Outlook object model (body) ) and sends email out.