This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Private Sub Roadmap_Click() | |
On Error GoTo Err_Handler | |
Dim db As Database, rs As Recordset | |
Dim wdObj As Word.Application | |
Dim wdDoc As Word.Document | |
Dim lgNumRows As Long | |
Dim iRow As Integer | |
Dim iColumn As Integer |