View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Joakim Norrman Joakim Norrman is offline
external usenet poster
 
Posts: 1
Default Update from Excel 97 to 2007

I have recently upgraded to Excel 2007 from Excel 97 and following code is
not working in Excel 2007:

Sub Test()
'Get name of active VB project
MsgBox Application.VBE.ActiveVBProject.Name
End Sub