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!