Excel connection

Hello,
Unfortunately, I'm stumped almost right out of the gate when trying to make a vault connection in Excel using VBA, following the client interface "quick start" from the website.

Dim oVault As MFilesAPI.Vault = oVaultConnection.BindToVault(Me.Handle, true, false)

...where .Handle isn't a property of Me in the document. I know I am connected to the vault via the VaultConnection object, but the ParentWindow property of the Bind method can't be made happy.

This is using the M-Files API 24.12

Guidance appreciated. Thanks!