tutorials

  • Thread starter Thread starter medicenpringles
  • Start date Start date
M

medicenpringles

anybody know any good links for tutorials on Dialog Boxes? i need t
make one that asks the user if s/he is sure s/he wants to update
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 erro
messages in Windows
 
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
 
I've looked at them - they are the same as some of the ones I post, so I can
recommend them.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top