Are you sure that MacroTemplate.xlt is on the Desktop. Mine are automaticly put in the Template folder, unless I specify a different location.
Also, have you tried
(The failed example in the OP used .xls extention)![]()
Sub makeOpen() Dim wb as Workbook Set wb = Workbooks.Open("MacroTemplate.xlt") End Sub
Bookmarks