From ce6461007a58fd19f33eb2a4f87e8ff19c451045 Mon Sep 17 00:00:00 2001 From: pt Date: Tue, 18 Feb 2020 02:56:37 -0500 Subject: [PATCH] loop thorugh each month line to add the tag/comment to the doc --- months.cls | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/months.cls b/months.cls index 2688624..17c11da 100644 --- a/months.cls +++ b/months.cls @@ -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