Does anyone know a way of closing the probe utilities box using VBA? I have tried using the Dialog method under the Probe Objects. I used Dialog.visible=False but couldn't get it to work. Is there possibly another way of doing this?
Using .visible myself, what version are you running?
Deallocating would call the destructor, it should be handled. It may not be optimal if you're going to access it again though, depending on the layout.
Using .visible myself, what version are you running?
Deallocating would call the destructor, it should be handled. It may not be optimal if you're going to access it again though, depending on the layout.