C
Christopher Brooks
Hello,
Why does this code hang on Range("A1
205").Select
? I got it by running a macro.
Set WB = Workbooks.Open(fileName:=FName)
WB.Activate
Range("A1
205").Select
Thanks.
-cnb
Why does this code hang on Range("A1
? I got it by running a macro.
Set WB = Workbooks.Open(fileName:=FName)
WB.Activate
Range("A1
Thanks.
-cnb