Hi
We are about to convert our systems from O2K to O2003.
In Excel in the XLSTART folder we have had two template shortcuts that was redirecting to a network drive.
In 2003 this doesn’t seems to work.
Looked up help – and saw, not surprisingly, that it was either
C:documents and settingsuser_nameapplication data microsofttemplates or
C:program files MicrosoftOffice11XLstart
Tried a little test code:
private sub Add1
workbook.ad template:=”TomyShortcut”
end sub
That worked!!
Now my question is:
Why doesn’t the shortcuts work from the task pane, when they work through code??