Pause Script Until After User Manually Works on Data Table
Folks, I'm trying to pause my script so that a user can manually work on an open data table (manually examine data and add/delete rows or columns) before proceeding. I've tried using a dialog box to accomplish this, but I can't work on the data table until after the dialog box is accepted. Does anyone have any suggestions on how I can accomplish this? Clear Log();Names Default to Here ( 1 );dt...