I used the Macro record function in Excel to create the following code.

Workbooks.OpenText FileName:="C:\Business\UserDocs\Schd_C_All.txt"
Range("A111").Select
Selection.Copy
Windows("SchedC.xls").Activate
Range("K38").Select
ActiveSheet.Paste
Windows("Sched_C_All.txt").Activate
ActiveWindow.Close

The problem is that when I run my macro the following line does not work. What is wrong with my code?

Windows("Sched_C_All.txt").Activate

PLEASE HELP!
Thanks!!!!