VBA pull an online .Dot Template?

P

PumaMan

Can VBA pull a template from the web? Specifically, a SharePoint site?

this is the template related code I have:

SigCardPathString = "C:\Documents and Settings\nbk337h\Desktop\Excel Process
Docs\FL W9 Sig.dot"

..Documents.Add Template:=SigCardPathString
 
Top