Developer, Former MVP, now at Microsoft - Best of 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013
Dim crh As CorRuntimeHost Dim ad As AppDomain Dim oh As ObjectHandle Dim o As Object Stop
Set crh = New CorRuntimeHost crh.Start crh.CurrentDomain ad Set oh = ad.CreateInstance("mscorlib", "System.Collections.Stack") Set o = oh.Unwrap o.Push "Rocks" o.Push "NET " o.Push "." MsgBox o.Pop & o.Pop & o.Pop