:di56: si ans ha ragione, ecco ekko altri esempi pratici:
codice:
dim nome as string

nome=inputbox("dato","dato")
if nome ="" then exit sub
oppure

codice:
dim nome as string

start:
nome=inputbox("dato","dato")
if nome ="" then goto start