C Charlie Dec 25, 2007 #1 Is there a way to tell if you code is 'leaking memory'? Once in awhile it has trouble and has to close excel...
Is there a way to tell if you code is 'leaking memory'? Once in awhile it has trouble and has to close excel...
G Gary''s Student Dec 25, 2007 #2 VBA is not usually subject to leaking memory. Just make sure that you set objects to Nothing when you are through with them.
VBA is not usually subject to leaking memory. Just make sure that you set objects to Nothing when you are through with them.
C Charlie Dec 25, 2007 #3 I think I discovered that the problem was my code running w/break and then trying to close Excel...