Close Invisible Tabulate Window
I am using Tabulate to summarize some data in a script and then saving the result to a table. I use the "invisible" property (command or whatever it is) so I don't see the intermediate Tabulate window. However, I end up with a bunch of invisible Tabulate windows that accumulate as I run through the script. See image below... I tried dtab << Close but it doesn't work. Can someone tell me how to c...