… = TriePrefix[…] (gb.data)

Dim hTriePrefix As TriePrefix
Dim aVariant As Variant
aVariant = hTriePrefix [ RelKey As String ]

Look up a key relative to the prefix.

This is the same as hTrie[hTriePrefix.Prefix & RelKey], except that it is faster.