This commit is contained in:
louiscklaw
2025-02-01 02:04:23 +08:00
parent 3de8aea20a
commit ec32653f3a
108 changed files with 12611 additions and 0 deletions

15
task3/Module1.bas Normal file
View File

@@ -0,0 +1,15 @@
Attribute VB_Name = "Module1"
Sub Macro1()
Attribute Macro1.VB_ProcData.VB_Invoke_Func = " \n14"
'
' Macro1 Macro
'
'
Sheets("BMF Adjustment").Select
Rows("4:4").Select
ActiveWindow.SmallScroll Down:=104
Rows("4:124").Select
Selection.Delete Shift:=xlUp
Sheets("Raw Data").Select
End Sub