View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Bill Renaud Bill Renaud is offline
external usenet poster
 
Posts: 417
Default if then else problem

You also have the following line:

Else: GoTo nochoice

There should not be a colon (:) after the Else.

--
Regards,
Bill Renaud