Attribute VB_Name = "Write_20DayMovingAverage" Option Explicit Function run() Debug.Print "Helloworld Write_20DayMovingAverage" End Function