Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Greedquest committed Jan 21, 2023
1 parent eb64ef5 commit e97f37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Clone Repo or download as Zip (see https://github.com/Greedquest/ListObject-With
Private WithEvents fooTableEvents As TableWatcher
Sub StartListening()
Set myTable = TableWatcher.Create(Sheet1.ListObjects("foo"))
Set fooTableEvents = TableWatcher.Create(Sheet1.ListObjects("foo"))
End Sub
Private Sub fooTableEvents_RowAppended(ByVal where As ListRow)
Expand Down

0 comments on commit e97f37b

Please sign in to comment.