Hey Guys,
I've figured out how to create a bunch of sheets based on some source cells. Now I'm trying to copy the data in the column from each source cell to the page that was created. This is what I've got so far.
Sub AddWorksheetsFromSelection()
Dim CurSheet As Worksheet
Dim Source...