![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Information > INFO |
INFO(type_text) |
| Returns useful information about the environment. |
| type_text | The text specifying what type of information you want returned: "directory" = the path of the current directory or folder "memavail" = the amount of memory available in bytes "memused" = the amount of memory currently being used in bytes "numfile" = the number of active worksheets in the open workbooks "origin" = the cell reference of the top leftmost cell visible in the current window, based on the current scolling position "osversion" = the current operating system version "recalc" = the current recalcation mode, either automatic or manual "release" = the current release version of Microsoft Excel "system" = the current name of the operating system "totmem" = the total amount of memory in bytes |
| REMARKS |
| The function INFO("numfile") will return the total number of worksheets from all the workbooks that are currently open. |
| EXAMPLES |
|
| Functions - I | Index - I | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |