loop thorugh each month line to add the tag/comment to the doc

This commit is contained in:
pt 2020-02-18 02:56:37 -05:00
parent 501fa5f4e6
commit ce6461007a

View File

@ -37,6 +37,15 @@ Private Sub ComboBox1_Change()
End Sub
Private Sub cbMTAG_Change()
Dim i As Long
For i = 2 To 13
Next i
End Sub
Private Sub sbMPP_Change()
Dim m As Worksheet
Dim i As Long