I'm trying to export a screenshot with my macro and I'd like it to save as a date and time format...I think I'm some what close but I need help.
Thank you in advance
Sub CopyRangeToGIF()
' save a range from Excel as a picture
Dim rng As Excel.Range
Dim cht As Excel.ChartObject
Dim FName As...