Can anybody helps me for getting the Vb code for opening a file in append mode
i tried opening the closed file Text.doc using the vb code
Set subDoc = appWord.Documents.Open(FileName:=saveSubFolderPath & "\" & Text
& ".doc", Visible:=False)
for appending i used below codeSelection.EndKey Unit:=wdStory.
but the error i got was object variable or with block variable not set