
-----------------------------------
jacklarry
Fri Mar 02, 2007 3:59 pm

Changing MsgBox title
-----------------------------------
is it possible to change the message box title from like "OK" to something different...like any other string...like "paste" or something like dat

-----------------------------------
PaulButler
Fri Mar 02, 2007 4:05 pm

RE:Changing MsgBox title
-----------------------------------
The third argument of msgbox() is the title. Eg:


result = msgbox("Propt...", 0, "Paste")


-----------------------------------
jacklarry
Fri Mar 02, 2007 4:07 pm

Re: Changing MsgBox title
-----------------------------------
thnx for the reply...i tried that but it doesnt work :cry: . if it is possible can you give me the exact code or that line so that i can change the title of the command button...like have an ok button and like a paste button

-----------------------------------
jacklarry
Fri Mar 02, 2007 4:11 pm

Re: Changing MsgBox title
-----------------------------------
the one that u have given  me the information to changes the title fo the msgbox but i wnat to change the title of the command button like the "Ok" or "Cancel" button. later on i want to add a code to the paste button so dat when a user clicks on it...it will paste the information from the msgbox into a seperate word file. but dat is after i get to change the button name
