By Gabriel Magro on Tuesday, 18 February 2020
Posted in VBA Development
Likes 0
Views 899
Votes 0
Dear All,

For a specific application I need to create a function to compare two devices (objects) and return "TRUE" if these devices are identical expect for designation attribute.
When I was reading VBA documentation, I came across with IAucComparer class with "Compare" method. It looks like exactly what I need, but I have no idea how to use this method. Does anyone ever used this method before? Could anyone please send a code example?
View Full Post