Print all rows of datatable in a message box

This has been asked (and answered) several times. The general idea is to loop over each for, and then over each cell. You want to append all data to a string-typed variable, and then add a New Line character after each row. Here are just a few examples:

1 Like