Jul 14, 2006 #1 feea2006 MIS Joined Jul 13, 2006 Messages 4 Location US I'm looking for code that would return a true/false if the find/replace window is open in an Access DB.
I'm looking for code that would return a true/false if the find/replace window is open in an Access DB.
Jul 14, 2006 1 #2 Remou Technical User Joined Sep 30, 2002 Messages 13,030 Location BE Try the code at: http://www.pbdr.com/vbtips/api/FindCloseAPI.htm To test, [tt]?blnFindWindow("Find and Replace")[/tt] In the immediate window should return True if Find and Replace is running. Upvote 0 Downvote
Try the code at: http://www.pbdr.com/vbtips/api/FindCloseAPI.htm To test, [tt]?blnFindWindow("Find and Replace")[/tt] In the immediate window should return True if Find and Replace is running.
Jul 14, 2006 Thread starter #3 feea2006 MIS Joined Jul 13, 2006 Messages 4 Location US Thank you Remou!!! It works great!!! Upvote 0 Downvote