Hey guys,
This is a sub in word that I call from in Excel. It works perfectly when i step through it but when I run it throws an error when doing the pasteandformat command. Any help would be much appreciated! :)
Code : Sub titles()
For i = 2 To 10
ActiveDocument.Bookmarks(i).Select...