hey if i have these statements:
MyFile = Dir("C:\", vbNormal)
is there anyway where i can just use the path again but refering it as the first parameter of Dir. If i have a very long path, i wouldnt want to write it out again, is there a simple of way of just using whatever is the first argument for the Dir function? thanks!!
MyFile = Dir("C:\", vbNormal)
is there anyway where i can just use the path again but refering it as the first parameter of Dir. If i have a very long path, i wouldnt want to write it out again, is there a simple of way of just using whatever is the first argument for the Dir function? thanks!!