can someone tells me what .Refresh
do on excel VBA?
I found some code on the web that enables me to copy content of a text file to excel file.
I have this tool I created using excel vba (this is where I use the code), it's working fine on the first run, but when I use it the second time, it fails.
When I debug it, it highlights the .Refresh
part of the code.
What exactly does this .Refresh
do?