I have VBA code that changes a file’s attribute from vbHidden to vbNormal and then proceeds to the next line of code.
My challenge is that the code continues prior to the file attribute is changed. This is simply a timing issue. How does one prevent the code from continuing until the file attribute changes?
Thanks,
John