Debug.print will print what is been assigned to a selected variable to the immediate window of your project. It is a way of troubleshooting your code in regards to what you think has been assigned to a variable to what actually has been assigned. It does not effect any of te actions being performed.