Just a procedure thatasks for input. Copy and paste itito VB MODULE AND PRESS F5.
Public Sub InsertParagraphAndText()
Dim nChapter As Integer
Dim nFigures As Integer
Dim i As Integer
nChapter = InputBox("What is the chapter number?")
nFigures = InputBox("How Many Figures?")
For i = 1 To...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.