Hi
The below module will open an .xlsx workbook within a given path directory.
FYI, I have used Public Constants to give a value to theSource_Template_Folder_Path and Source_Template_Name
Dim Template_name As String
Template_name = Source_Template_Folder_Path & Source_Template_Name &".xlsx"...