In my code, I'm opening a workbook, saving it with a new name, creating a new workbook from a template, and moving data between the files. When all is said and done, I only have two files open on the desktop: the original "master" file containing the code, and the new file I created from the template. But in the VBA Project window in the VB Editor, I still see the VBA Projects for the file I opened and for the file I created with SaveAs. Does this indicate there's a clean-up method I need to use? Or is it okay to ignore this? Additional info: the only reason I'm seeing this is because I'm in the VB Editor tweaking the code. No one else using this macro is going to see this.