From e97f37b5dba91859a5dd68c0a71e7ca39b38d130 Mon Sep 17 00:00:00 2001 From: Greedquest <25348920+Greedquest@users.noreply.github.com> Date: Sat, 21 Jan 2023 23:28:22 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e083ff2..4f61798 100644 --- a/README.md +++ b/README.md @@ -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)