I was wondering what the variable "rangeText" was set to, as in,
does it include a workbook reference in it's identifyer? . . . if
that is hard coded, it wouldn't tranfer to the newly created
workbook.
RE: "Range(rangeText).Select"
If that's the case, you might set the first one using "ThisWorkbook"
(because it refers to the workbook the code is running on 'now'), as
opposed to ActiveWorkbook, which refers to the one which is active.