J
Josh Craig
I get run-time error 4605 'this method or property is not available because
the object is empty' in between these two lines of code:
Selection.Fields.Unlink
(error occurs here)
Selection.ConvertToTable Separator:=wdSeparateByParagraphs,
NumColumns:=1, _
NumRows:=17, AutoFitBehavior:=wdAutoFitFixed
How do I make the selection for 'convert to table' the same as the selection
whose fields I just unlinked?
the object is empty' in between these two lines of code:
Selection.Fields.Unlink
(error occurs here)
Selection.ConvertToTable Separator:=wdSeparateByParagraphs,
NumColumns:=1, _
NumRows:=17, AutoFitBehavior:=wdAutoFitFixed
How do I make the selection for 'convert to table' the same as the selection
whose fields I just unlinked?