Search results

  1. B

    How to update the update the contents of the variable not the variable itself?

    I look at a lot of files to see when they were last updated. I wanted to write a generic procedure to manage that so ….. Public fDate As Variant Public vField As String Public vFile As String 'GTSdata vField = "txt_gts_data" vFile = "c:\gtsdata\gts_data.txt" Call...
Back
Top Bottom