M
Michael
on the excel's startup i want to set a cell value to zero.
Sub initialization()
Range("Input_Output_Sheet!D9").Value = 0
End Sub
is there a way to run this macro at the excels startup automatically
Sub initialization()
Range("Input_Output_Sheet!D9").Value = 0
End Sub
is there a way to run this macro at the excels startup automatically