OK I am making progress but still need to do some cleaning up and could use help here.

What I did was download the original .xla file and this time I installed it properly.
Now when the .xls file is opened the macro shows up on the menu as an add-on, which is fine.

But I would like to clean up my code in the VBA editor (Alt-F11).

When I go there I see VBAProject (xl2qif.xla) which is completely password protected.
Above that are the files that I had previously unprotected from the xl2qif.xla file.

I suspect that the code I need to keep is the password protected code.
I don't know how to delete all the other code which consists of:
Forms
Modules and
Class modules

TIA!