selecting workbook
Tom,
Thanks again.
it all works great.
Best.
"Tom Hutchins" wrote:
Easy. We already have an object variable (TmpltWB) set to the template
workbook. Add
TmpltWB.Close SaveChanges:=False
before freeing the object variable with
Set TmpltWB = Nothing
Hutch
|