G
George Nicholson
Has anyone seen this (Application.MemoryUsed) work or fail to work in 2007?
This morning a coworker fired up an Excel app on their spanking new PC
running Office 2007. An Error (Type mismatch?) was raised when the code
hit: Application.MemoryUsed.
The app runs fine on various machines using Excel 2003. I don't have 2007
installed on any of my machines yet, so I was limited to doing a quick fix
on the offending machine. Typing "? Application.MemoryUsed" in the
Immediate window generated an error as well (sorry, not sure what it was..).
A MSKB search returned nada. Therefore, assuming that either the object
model or functionality had changed, I simply commented out the offending
line, since it was only an informational output to the status bar. This got
my user back up & running, so the crisis was averted.
However, I would like to be able to restore the status bar message that
includes Application.MemoryUsed. Any thoughts on the subject would be
welcome.
Is this a change, a bug, or an indication I'm going nuts? (pick no more than
one)
This morning a coworker fired up an Excel app on their spanking new PC
running Office 2007. An Error (Type mismatch?) was raised when the code
hit: Application.MemoryUsed.
The app runs fine on various machines using Excel 2003. I don't have 2007
installed on any of my machines yet, so I was limited to doing a quick fix
on the offending machine. Typing "? Application.MemoryUsed" in the
Immediate window generated an error as well (sorry, not sure what it was..).
A MSKB search returned nada. Therefore, assuming that either the object
model or functionality had changed, I simply commented out the offending
line, since it was only an informational output to the status bar. This got
my user back up & running, so the crisis was averted.
However, I would like to be able to restore the status bar message that
includes Application.MemoryUsed. Any thoughts on the subject would be
welcome.
Is this a change, a bug, or an indication I'm going nuts? (pick no more than
one)