View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Peter Haserodt Peter Haserodt is offline
external usenet poster
 
Posts: 2
Default Excel 2003 Calculate Event

Hi,
(excuse my english)

does somebody know why Excel 2003 fires the calculate event, when rows /
columns will be hidden?

Example:

Range d5:= A1

Private Sub Worksheet_Calculate()
MsgBox "Hi"
End Sub

Hide now Row 1 and the event fires.
(It fires for the whole workbook)

In former Excel.Applications this did not happen?

Any idea?

Tx
Peter