Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 sushil353
		
			sushil353
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi All
I have a list box named LOCATION having multiple locations say x,y,z....
I need to set list box in such a way that default selection should be x. even if i clear all selections then X should be selected.
And also if i select Y then x get deselected...
Thanks
 
					
				
		
 sushil353
		
			sushil353
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 
					
				
		
Hi,
There is one option selectatleastone in properties of listbox. Also you can set default by wirting function in macro and call it load.
 
					
				
		
 sushil353
		
			sushil353
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Swapnil
where is this option selectatleastone. i am not able to get it.. in which tab it is...
Thanks
 
					
				
		
 sushil353
		
			sushil353
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Thanks
got it... it is in the general tab...
