|  
                                             
	Hallo, 
	okodoki, übrigens mal eben in der Hilfe nachgeguckt, die Kommata sind eigentl. immer der Trenner: 
	
		
			| 
				Validation type | 
			
				Arguments | 
		 
		
			| 
				xlValidateCustom | 
			
				Formula1 is required, Formula2 is ignored. Formula1 must contain an expression that evaluates to True when data entry is valid and False when data entry is invalid. | 
		 
		
			| 
				xlInputOnly | 
			
				AlertStyle, Formula1, or Formula2 are used. | 
		 
		
			| 
				xlValidateList | 
			
				Formula1 is required, Formula2 is ignored. Formula1 must contain either a comma-delimited list of values or a worksheet reference to this list. | 
		 
		
			| 
				xlValidateWholeNumber, xlValidateDate, xlValidateDecimal, xlValidateTextLength, or xlValidateTime | 
			
				One of either Formula1 or Formula2 must be specified, or both may be specified. | 
		 
	
 
	 
	Aber gut, dort wird auch noch eine zweite Möglichkeit (blau)  aufgezeigt, an Stelle der Werte übergibst Du den Zellbereich, da wird nach Einzel-Zellen automatisch getrennt und dann können die Kommata in Deinen Einzelstrings bestehen bleiben... 
	Gruß, 
	  
     |