Thread: Automatic Macro
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
pikus pikus is offline
external usenet poster
 
Posts: 1
Default Automatic Macro

I do apologize. I meant to put this in the code for the workbook:

Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal Target A
Range)
If Target.Column = 1 And Target.Row = 1 Then
MsgBox ("HI!")
End If
End Sub

- Piku

--
Message posted from http://www.ExcelForum.com