loop thorugh each month line to add the tag/comment to the doc
This commit is contained in:
parent
501fa5f4e6
commit
ce6461007a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user