Thread: tutorials
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default tutorials

I've looked at them - they are the same as some of the ones I post, so I can
recommend them.

--
Regards,
Tom Ogilvy


"JulieD" wrote in message
...
You might like to check out
http://www.xldynamic.com/source/xld.xlFAQ0001.html
for information on creating userforms (which can be used as customised
dialog boxes)
there's some links mentioned on that site (i've not looked at the links

but
was just roaming around the site earlier and noticed them there).

with a msgbox you can get to the icons via the 2nd parameter
e.g.

i = msgbox("Do you want to update the
worksheet?",vbquestion+vbyesno,"Update?")

the vbquestion here will show a ? (you can also play with vbexclaimation /
vbcritical and vbinformation)

hope this helps, please post back if you'ld like further information.

Cheers
JulieD

"medicenpringles" wrote in
message ...

anybody know any good links for tutorials on Dialog Boxes? i need to
make one that asks the user if s/he is sure s/he wants to update a
worksheet and ask for the password to the worksheet.

just an experiment. i'm learning.

thanks much,
stephen

PS~also, can anyone tell me where to find the icons they use on error
messages in Windows?


--
medicenpringles
------------------------------------------------------------------------
medicenpringles's Profile:
http://www.excelforum.com/member.php...o&userid=16458
View this thread:

http://www.excelforum.com/showthread...hreadid=278190