G
George Lee
I know Word is buggy and the workarounds can be less than elegant at times.
However, I recently ran across a confirmed error in the Find function
(http://support.microsoft.com/default.aspx?scid=kb;en-us;29274).
Microsoft's suggested workaround is to declare ranges that need the Find
features to be declared with late binding (Dim myRange as Object).
Since the bug shows up unpredictably on user's computers (many of which I
will have no influence over), does this mean I have to change my programming
style and *always* use late binding forever more?
How do others address issues like this?
However, I recently ran across a confirmed error in the Find function
(http://support.microsoft.com/default.aspx?scid=kb;en-us;29274).
Microsoft's suggested workaround is to declare ranges that need the Find
features to be declared with late binding (Dim myRange as Object).
Since the bug shows up unpredictably on user's computers (many of which I
will have no influence over), does this mean I have to change my programming
style and *always* use late binding forever more?
How do others address issues like this?