View Single Post
  #10   Report Post  
Posted to microsoft.public.excel.programming
thai thai is offline
external usenet poster
 
Posts: 2
Default Excel Version Trap

Let me repost it:

If application.version < 9 then exit sub
call PVT
..
..
..
..
..
Sub PVT()
'you put your Pivot Table and Pivot Chart things here
'in a seperate Sub
'Because if you include Pivot things up, then Excel 97
wouldn't run
End Sub