Try to rename multiple data tables
Hi friends, I am trying to rename opened data tables in a project. I have two data tables, one has columns, the other one has 16 columns. I want to name the smaller data table as "Image" (this data contains lots of pictures) and the other one as "Numerical data". My code works - for the first time. After the code changed the data table names correctly, If I manually change the correct named da...