I just started with Office development (I need to do a job within a week or something like that). Basically, what I want to do is to make a macro in word(with VBA script). The macro will consist of a form where the user can type some values. These values should then be inserted at various positions in a document-template and some lines are to be drawn. So, my questions is:

Can I make a makro that opens a template and edit it? (without having to open the template before running the macro)

How can I decide exactly where I want to put the text? I know how to move the selection but that depends on where the cursor was right? I want to set an absolute position.