View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
PCLIVE PCLIVE is offline
external usenet poster
 
Posts: 29
Default Input box to cancel sub when Cancel is clicked.

Can I write an "InputBox" statement to end the sub if the Cancel button is
clicked? This is the line that I have.

InputBox "Enter Next Invoice Month", "Creat Invoice.", Range("M16").Value


Thanks,
Paul