View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.programming
AwesomeSean AwesomeSean is offline
external usenet poster
 
Posts: 13
Default Input Box Location

I have message boxes that work right and follow the app., it is just the
input box giving me grief. Is my code wrong or could i use different code to
get the same results?




"JLGWhiz" wrote:

The InputBox is not part of the Sheet or the ActiveWorkbook. It is part of
the Application. However, it normally appears within the application
instance from which the code is run.


"AwesomeSean" wrote in message
...
Tried that. Still the same.

Is there some kind of code to tell it to stay within the active worksheet?