Is this a way to see if a subroutine is running or not. I have a subroutine that I run and it does calculations and enters the data into a spreadsheet. I would like to run all but a couple of lines of this code a second time based on another subroutine being true. Is this possible. I was thinking that I should just be able to look and see if sub xxxx is true or not.