Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() How can you identify which version of excel you are currently in whil in VBA? Is it possible to pass this to a variable and then to message box to infom the user? Thn -- ExcelMonke ----------------------------------------------------------------------- ExcelMonkey's Profile: http://www.excelforum.com/member.php...nfo&userid=522 View this thread: http://www.excelforum.com/showthread.php?threadid=26461 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi ExcelMonkey,
Try: Sub Test() Dim strVersion As String strVersion = Application.Version MsgBox strVersion End Sub --- Regards, Norman "ExcelMonkey" wrote in message ... How can you identify which version of excel you are currently in while in VBA? Is it possible to pass this to a variable and then to a message box to infom the user? Thnx -- ExcelMonkey ------------------------------------------------------------------------ ExcelMonkey's Profile: http://www.excelforum.com/member.php...fo&userid=5221 View this thread: http://www.excelforum.com/showthread...hreadid=264618 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pass parameter to launch batch file with variable from excel | New Users to Excel | |||
pass variable from one workbook to another | Excel Discussion (Misc queries) | |||
How to pass a variable into an SQL statement | Excel Discussion (Misc queries) | |||
Pass a variable from a class module | Excel Programming | |||
How to pass variable value between macros | Excel Programming |