PDA

View Full Version : Read current .Find Method settings



Dr.K
02-07-2008, 09:18 AM
Ok, since the .Find Method uses the GUI settings for LookIn, LookAt, SearchOrder, its best to specify all three options each time you call that method from code. Then your macros work the same way, everytime.

However, now I have users that complain that thier GUI Find settings change everytime they run one of my macros.

Is it possibly to read those settings at the beginning of a macro, store the settings in a variable(s), and then reset those settings at the end of the macro? I know I can "set" the options by calling the .Find method, but how can I "read" them?

rory
02-07-2008, 09:59 AM
I'm not sure you can (I may be wrong) - you may simply have to reset them to the default and hope that's OK?