April 6, 201015 yr Hello all -- Is there an easy way to close all Windows except the current window without closing the whole file? Thanks
April 7, 201015 yr The WindowNames function will return the list of all open windows, of which the current window will be the first value. Use a loop to feed the Close Window step with all the other values except the first.
Create an account or sign in to comment