I am trying to create a macro in Word that will take a portion of the document that I copy using selection.copy. Then use
ActiveDocument.SaveAs FileName:= (Whatever I had copied to the clipboard)
Here is the code
Sub Macro1()
Selection.HomeKey Unit:=wdStory
Selection.MoveDown...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.