Unfortunately Macro method isn't helping here. The Macro I get is:
Sub Macro1()
' Macro1 Macro
' Macro recorded 4/8/2004 by Sheila
'
ActiveWindow.ActivePane.View.SeekView = wdSeekCurrentPageHeader
ActiveWindow.ActivePane.VerticalPercentScrolled = 60
Selection.Delete Unit:=wdCharacter, Count:=1
End Sub
But the first line itself gives error when run in VB, saying "Command only available in print layout view."