Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Option Explicit
Sub Macro1()
'
' Macro1 Macro
' Macro recorded 7/17/03 by Zathras
'
'
Columns("D:D").Select
Selection.NumberFormat = "m/d/yy"
End Sub