View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Curt Curt is offline
external usenet poster
 
Posts: 469
Default msgbox text vbyesno

Thank You did download will see what I can do
Thanks Again

"Gary Keramidas" wrote:

download mztools. one of the options is the msgbox assistant. it should help you
out.

http://www.mztools.com/v3/mztools3.htm

--


Gary


"Curt" wrote in message
...
Have following and can not seem to get it to work. tried ifs etc same as
others noluck. Want to show cell amount then have a vbyesno for user to
answer. If cel text length to long yes do this no exit. Heres what Ive tried
theamount msgbox is the hang up
Any one Thanks

Worksheets("desc").Select
Range("A2").Select
cellLength = Len(ActiveCell)
msgbox (cellLength)
theamount = msgbox("cellLength", prompt:="Is the Number over 232", _
Buttons:=vbYesNo)