Skip to content

Commit

Permalink
Update and rename mod_exc_ShtsCollateCols.bas to mod_exc_SummaWbkColl…
Browse files Browse the repository at this point in the history
…ateCols.bas
  • Loading branch information
artmg authored Jul 21, 2016
1 parent cdb3923 commit 030d96d
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions mod_exc_ShtsCollateCols.bas → mod_exc_SummaWbkCollateCols.bas
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Attribute VB_Name = "mod_exc_ShtsCollateCols"
' mod_exc_ShtsCollateCols
Attribute VB_Name = "mod_exc_SummaWbkCollateCols"
Option Explicit

' error handling tag *****************************
Const cStrModuleName As String = "mod_exc_SummaWbkCollateCols"
' *****************************
'
' (c) Join the Bits ltd
'

' Open all workbooks in a given folder tree and
' Collate data from columns
Expand All @@ -10,15 +17,15 @@ Attribute VB_Name = "mod_exc_ShtsCollateCols"
' - each row represents a data field
' - NO rows have been added or removed in individual workbooks

' 160721.AMG renamed from mod_exc_ShtsCollateCols
' 150506.AMG created

' References

' REFERENCES
' ==========
'
' This module uses the following references (paths and GUIDs may vary)
'
' (only references from dependencies)

' (only those required by it's dependent modules)

' DEPENDENCIES
' ============
Expand Down

0 comments on commit 030d96d

Please sign in to comment.