Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i use the code
CreateObject("WScript.Shell").popup strTextMessage, 1 for having an alert without pressing any key. Can i rename the caption of the vbOk commandbutton??? Tia |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This is in VBA is it ?
Why not just use MsgBox ? NickHK "I Love it" wrote in message oups.com... i use the code CreateObject("WScript.Shell").popup strTextMessage, 1 for having an alert without pressing any key. Can i rename the caption of the vbOk commandbutton??? Tia |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Cause i dont want that that user press ANY key.
The number 1 means it appear ony 1 second long and then it close automatically. My question is: Can i rename the caption of vbok? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I suggest you post in a scripting group then.
NickHK "I Love it" wrote in message oups.com... Cause i dont want that that user press ANY key. The number 1 means it appear ony 1 second long and then it close automatically. My question is: Can i rename the caption of vbok? |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
did i get this code in this newsgroup?
|
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'd be surprised.
Where do you think you are ? NickHK "I Love it" wrote in message oups.com... did i get this code in this newsgroup? |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You probably did.
When you say can you change the vbOK button, do you realise that you can use the same buttons that MsgBox supports, you know, vbYesNo, vbOKCancel, vbInformation, etc. If you want your own text, I have used APIs to do this with MsgBox, but never tried with the timed MsgBox. -- HTH RP (remove nothere from the email address if mailing direct) "I Love it" wrote in message oups.com... did i get this code in this newsgroup? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Caption Property | Excel Discussion (Misc queries) | |||
Table Caption | Excel Programming | |||
VbOk not responding | Excel Programming | |||
Caption | Excel Programming | |||
caption sensitivity | Excel Programming |