add comment
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
' ============================================================
|
||||
' Module Name: Master_M2_Kukan_detail
|
||||
' Module Desc: M2 Kukan detail master data management
|
||||
' Module Methods:
|
||||
' - M2_Import
|
||||
' - M2_Export
|
||||
' - M2_validateButton_Click
|
||||
' - M2_SortDataRowsByC
|
||||
' - M2_ToggleAutoFilter
|
||||
' - M2_Worksheet_Change
|
||||
' - M2_ValidateRow
|
||||
' - M2_FillValidationDropdown
|
||||
' - M2_ValidateAllRows
|
||||
' ============================================================
|
||||
' ====== Constants ======
|
||||
Const START_COL As Long = 3 ' C column
|
||||
Const END_COL As Long = 18 ' R column
|
||||
|
||||
Reference in New Issue
Block a user