Guest User

Untitled

a guest
Jul 18th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. Dim vWbExercice As Workbook
  2.  
  3. Dim vWsMain As Worksheet
  4. Dim vWsConsol As Worksheet
  5. Dim vWsNew As Worksheet
  6.  
  7. Dim vStrMainWs As String
  8. Dim vStrConsolWs As String
  9. Dim vStrYear As String
  10. Dim vStrMonth As String
  11. Dim vStrPath As String
  12.  
  13. Dim vTRConsol As tTRRange
  14. Dim vTRNew As tTRRange
  15.  
  16. Dim vIntCounter As Integer
  17. Dim vLongOldRangeRow As Long
  18.  
  19. Dim vTCIDInput As tTCColumn
  20. Dim vTCNameInput As tTCColumn
  21. Dim vTCRepInput As tTCColumn
  22. Dim vTCSOSInput As tTCColumn
  23. Dim vTCValueInput As tTCColumn
  24. Dim vTCAccountInput As tTCColumn
  25.  
  26. Dim vTCIDConsol As tTCColumn
  27. Dim vTCCustomerConsol As tTCColumn
  28. Dim vTCNameConsol As tTCColumn
  29. Dim vTCRepConsol As tTCColumn
  30. Dim vTCSOSConsol As tTCColumn
  31. Dim vTCValueConsol As tTCColumn
  32. Dim vTCCounterConsol As tTCColumn
Add Comment
Please, Sign In to add comment