Thread: Pop-Up Windows
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Judd Jones[_2_] Judd Jones[_2_] is offline
external usenet poster
 
Posts: 12
Default Pop-Up Windows

The following works for entering a value in the activecell.

ActiveCell = Application.InputBox( prompt:="text", Title:="Title",
Default:=0, Left:=20, Top:=20, Type:=1)


"Bigk" wrote:

How do I put up a pop-up window from a macro module that has text I
define which forces the user to press OK after reading it? Thanks.

*** Sent via Developersdex http://www.developersdex.com ***