Inserting a hard return at top of the document in VBA

M

minerva

I have a document I have created in VB.NET. Sometimes i
need to insert a hard return or line break at the very top
of the document

How do I, in VB code, tell it to go to the very top of my
document and insert one line break.

I cant figure out the syntax. Please advise.
 
Top