MS Excel: Info Function
In Excel, the Info function returns information about the operating environment.
The syntax for the Info function is:
Info( type )
type is the type of information that you wish to retrieve about the operating environment. type can be one of the following values:
Value Explanation "directory" Path of the current directory. "memavail" Amount of memory available (bytes). "memused" Amount of memory being used (bytes). "numfile" Number of active worksheets. "origin" The cell that is in the top, left-most cell visible in the current Excel spreadsheet. "osversion" Operating system version. "recalc" Returns the recalculation mode - either Automatic or Manual. "release" Version of Excel that you are running. "system" Name of the operating environment. "totmem" Total memory.
Applies To:
- Excel 2007, Excel 2003, Excel XP, Excel 2000
For Example:
Let's take a look at a few examples:
=Info("directory") =Info("osversion") =Info("release")