Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello All:
I have a general question, It seem that when I run some codes, doesn't matter what it is, Once I modify it in the same session, it seem that the previous version to the modification is still running. I suspected this so to confirm it I have added letters to the given messages and I still get the previous message, it almost seems that the original code is stuck in the memory. If this assumption is correct how would I clear memory. ____________ Sample _____________ If Some code Then Do something Else MsgBox "Message!" Exit Sub End If |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I've never seen anything like this, but maybe running Rob Bovey's code cleaner
would help: You can find it he http://www.appspro.com/ or directly http://www.appspro.com/Utilities/CodeCleaner.htm Ardy wrote: Hello All: I have a general question, It seem that when I run some codes, doesn't matter what it is, Once I modify it in the same session, it seem that the previous version to the modification is still running. I suspected this so to confirm it I have added letters to the given messages and I still get the previous message, it almost seems that the original code is stuck in the memory. If this assumption is correct how would I clear memory. ____________ Sample _____________ If Some code Then Do something Else MsgBox "Message!" Exit Sub End If -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Jul 17, 12:46 pm, Dave Peterson wrote:
I've never seen anything like this, but maybe running Rob Bovey's code cleaner would help: You can find it hehttp://www.appspro.com/ or directlyhttp://www.appspro.com/Utilities/CodeCleaner.htm Ardy wrote: Hello All: I have a general question, It seem that when I run some codes, doesn't matter what it is, Once I modify it in the same session, it seem that the previous version to the modification is still running. I suspected this so to confirm it I have added letters to the given messages and I still get the previous message, it almost seems that the original code is stuck in the memory. If this assumption is correct how would I clear memory. ____________ Sample _____________ If Some code Then Do something Else MsgBox "Message!" Exit Sub End If -- Dave Peterson Thanks Dave for the suggestion, and I am sorry for multiple posts, it was not my intent to do so, google been having problems with the posts since the late 16th........ |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Jul 17, 12:46 pm, Dave Peterson wrote:
I've never seen anything like this, but maybe running Rob Bovey's code cleaner would help: You can find it hehttp://www.appspro.com/ or directlyhttp://www.appspro.com/Utilities/CodeCleaner.htm Ardy wrote: Hello All: I have a general question, It seem that when I run some codes, doesn't matter what it is, Once I modify it in the same session, it seem that the previous version to the modification is still running. I suspected this so to confirm it I have added letters to the given messages and I still get the previous message, it almost seems that the original code is stuck in the memory. If this assumption is correct how would I clear memory. ____________ Sample _____________ If Some code Then Do something Else MsgBox "Message!" Exit Sub End If -- Dave Peterson Dave: Thank you for the resources, the book got my attention, so I order it. I love to see how the code cleaner functions....... Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to clear clipboard memory? | Excel Discussion (Misc queries) | |||
How to Clear a Pivot Table Cache | Excel Discussion (Misc queries) | |||
Clear formula memory? | Excel Discussion (Misc queries) | |||
MSXML2.XMLHTTP clear excel cache/memory (?) | Excel Programming | |||
Pivot Cache Memory | Excel Programming |