Good morning experts!
I'm trying to loop through worksheets as follows:
If ws.Name <> "DataTable" And ws.Name <> "Summary" Then ws.Activate
code to do some copy/paste stuff ....
Next ws
Try as I may, I can't get the code to skip the worksheets named "DataTable" and "Summary". Based on other...