MAB
2007-03-04 00:29:03 UTC
I have an addin that processes delimited text file (multi-level bill of
material). Large text files can take some time and therefore the user will
often work in other apps will the addin is processing. I do display a MsgBox
when done but it doesn't do much good because it's behind the app the user is
working in.
I tried Activating the app associated to the addin (thru app's API and
SetActiveWindow) but neither brought app associated to the addin (Excel) on
top. I did this thinking the Msgbox would be on top if I activated the app
associated to the addin before issuing the MsgBox. Niether came to the top.
Any thoughts?
material). Large text files can take some time and therefore the user will
often work in other apps will the addin is processing. I do display a MsgBox
when done but it doesn't do much good because it's behind the app the user is
working in.
I tried Activating the app associated to the addin (thru app's API and
SetActiveWindow) but neither brought app associated to the addin (Excel) on
top. I did this thinking the Msgbox would be on top if I activated the app
associated to the addin before issuing the MsgBox. Niether came to the top.
Any thoughts?