Sub htmlSkel() ' ' htmlSkel Macro ' Macro created 01/22/98 by Andy Harris ' Shows the HTML Skeleton in Office 97 Syntax Dim pageName As String pageName = InputBox("Page Name?") Selection.TypeText Text:="" Selection.TypeParagraph Selection.TypeText Text:="" Selection.TypeParagraph Selection.TypeText ("" + pageName + "") Selection.TypeParagraph Selection.TypeText Text:="" Selection.TypeParagraph Selection.TypeParagraph Selection.TypeParagraph Selection.TypeParagraph 'move up eight lines Selection.MoveUp Unit:=wdLine, Count:=8 End Sub Sub htmlSkel() ' ' htmlSkel Macro ' Macro created 01/22/98 by Andy Harris ' Shows the HTML Skeleton in Office 97 Syntax Dim pageName As String pageName = InputBox("Page Name?") ="© Andy Harris, IUPUI CS Dept
" Selection.TypeParagraph Selection.TypeText Text:="" Selection.TypeText Text:="aharris@cs.iupui.edu" Selection.TypeParagraph Selection.TypeText Text:="" Selection.TypeParagraph Selection.TypeText Text:="" Selection.TypeParagraph 'move up eight lines Selection.MoveUp Unit:=wdLine, Count:=8 End Sub