This commit is contained in:
louiscklaw
2025-01-31 21:13:26 +08:00
parent f08350ff38
commit 154255d9ca
98 changed files with 12589 additions and 0 deletions

View File

Binary file not shown.

View File

@@ -0,0 +1,19 @@
Attribute VB_Name = "Module1"
Sub Macro6()
Attribute Macro6.VB_ProcData.VB_Invoke_Func = " \n14"
'
' Macro6 Macro
'
'
Sheets("Sheet1").Select
Columns("B:P").Select
Range("P1").Activate
Selection.Copy
Sheets("Adjustment").Select
Columns("B:P").Select
Range("P1").Activate
Sheets("Adjustment").Paste
End Sub

File diff suppressed because it is too large Load Diff