View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Andrew Thorne Andrew Thorne is offline
external usenet poster
 
Posts: 1
Default Excel Macro Code invoking InputBox.

I have an issue with some Excel VB Code that prompts for
input using the inputbox function. It works fine through
Excel, but when using Internet Explorer 5.5 to open the
Excel file using Excel, the inputbox is not getting
foreground focus. Actually, there are two inputboxes and
the first gets foreground focus, but the second comes up
in a minimized state on the toolbar. Has anyone dealt
with this type of issue and can provide me any information.

Thanks!