Associate
- Joined
- 19 Oct 2002
- Posts
- 1,731
- Location
- Cloud Cuckoo Land
Code:
Public Sub WriteCurrentPlot ()
StoreViewInClipboard
word.Selection.TypeParagraph
word.Selection.Paste
word.Selection.TypeParagraph
End Sub
Its probably pretty simple but I've not been using vba for very long.