Hi, all newcomers in using office VBA

I wonder this simple sentence to create new documents and add to excel
activecell will defnintely useful for those don't know it, and I also cannot
find it using search engine here.
(I even just know this minutes ago, it is even not in help files of VBA that
I solely rely on)

On error resume next
Set ObjHyper = _
.Hyperlinks.Add(Anchor:=ActiveCell, _
Address:="C:\test.xls")
ObjHyper.CreateNewDocument _
FileName:="c:\test.xls", _
EditNow:=True, Overwrite:=False

--
a scientist