close workfile
Posted: Thu Mar 07, 2019 5:54 am
I often make changes to a program and rerun it. Rather than having to close the window every time I run it I throw a at the top of my program. The problem is when I run it the first time after opening I have to comment that line out, so just wondering if theres a way to code it so it closes the workfile when the workfile is open and doesn't otherwise.
thanks!
Code: Select all
close workfilethanks!