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