View Single Post
  #10   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default How to make a conditional Median function?

Hello Myra,

If lines are broken after being copied into a module, either combine
them again or insert a blank and an underscore (" _") at the end of a
broken line.

Citation of MS Visual Basic Help:
MyVar = "This is an " _
& "example" _
& " of how to continue code."

HTH,
Bernd