How to prevent excel for showing “Not Responding” on a known task that will take a long time

前端 未结 0 2038
小蘑菇
小蘑菇 2021-02-01 10:31

I have a method in my VBA code

Sub SaveCopyOfFile(sourcePath As String, destinationPath As String)

    Set FSO = New fileSystemObject
    FSO.CopyFile sourcePath         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题