Thread
:
Add code to a worksheet programatically
View Single Post
#
2
Posted to microsoft.public.excel.programming
Dave B[_9_]
external usenet poster
Posts: 22
Add code to a worksheet programatically
e.g. let's say the code was:
Sub Worksheet_Change(ByVal Target As Excel.Range)
MsgBox Target
End Sub
(although it's much longer than that)
Reply With Quote
Dave B[_9_]
View Public Profile
Find all posts by Dave B[_9_]