10-19-2009, 06:59 PM
the object in the repository is not unique enough to be identified, so you either need to add a unique property value like text to the object or use DP to identify it like this
That should do it.
Code:
Window("BM_269.xlsm").Dialog("Microsoft Excel").WinButton("text:=OK").Click
That should do it.