fiogf49gjkf0d I was able to figure it out, quite simple actually. Below is the code if anyone is interested:
<p>Dim xl
Set xl = CreateObject("Excel.application")
xl.Application.Workbooks.Open "\\myserver\shared folders\excel templates\myExcel.xltm"
xl.Application.Visible = True
|