View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Lonnie M. Lonnie M. is offline
external usenet poster
 
Posts: 184
Default Excel 2003 won't run simple code that Excel XP and Excel 2000 will run

Hi Moses, I am taking a bit of a stab in the dark, but I have seen some
similar problems if the windows in taskbar option is not turned off. I
use the following code upon opening a workbook:

If Application.Version = "11.0" Then
Application.ShowWindowsInTaskbar = False
End If

HTH--Lonnie M.