update,
This commit is contained in:
15
natalie0312/task3/Module1.bas
Normal file
15
natalie0312/task3/Module1.bas
Normal 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
|
Reference in New Issue
Block a user