I think there's a way to perfom something if you're debugging or not. I thought it was sth. like:
VB Code:
  1. #If Debug Then
  2.   'Code here
  3. #End If
However, this doesn't work. What's the way to do this?