Emailing workbook through VBA

时间:2016-02-12 21:51:13

标签: vba excel-vba email automation excel

Could I please kindly request some assistance with this code? Please see code below:

for(const auto& item : items) {
    cout << item;
} and_between {
    cout << separator;
}

The code I got from Ron de Bruin and it seems to be working for me and one of my colleagues whom I had asked to test it. But another person (the target audience for this spreadsheet) experienced an error: run-time error (80040213): the transport failed to connect to the server.

Any clue as to how to fix this code so that it works universally for all users? Thanks in advance!

0 个答案:

没有答案