On Monday 16 February 2004 15:20, Charlie Reinl wrote: > how can I know at TabStrip1_Click where I comme from (which > Tab)? PUBLIC LastTab as integer ... SUB Form_Open() LastTab = TabStrip1.Index END ... Sub TabStrip1_Click() ' do something with LastTab, then: LastTab = TabStrip1.Index END Rob