Thanks Justin, that is working, but I don't understand what With..End With does. For example, the following requires With..End Within order to work:
But the following works without With..End With:
What explains this, and what factors should I look for to recognize when I should use each method?