https://bugs.winehq.org/show_bug.cgi?id=58026
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- This does not work on Windows either. The ".Text" property does not exist. Did you mean to use:
If dicInfo.Item(KeyName)(0) <> "" Then msgbox "value is not empty" End If
This does show different results. On Windows I get a popup, on Wine I don't.