HI,
I am trying to do something like the following, is it possible?
 
For index = 0 as integer To (The No. of columns in the table/dataset)
If ( HeaderofColumn(index) ) = (SOME STRING) then
*****
End If
Next index
 
I hope I have explained this clearly, I appreciate any help.
Thank you.
Bren.
	
		
			
		
		
	
				
			I am trying to do something like the following, is it possible?
For index = 0 as integer To (The No. of columns in the table/dataset)
If ( HeaderofColumn(index) ) = (SOME STRING) then
*****
End If
Next index
I hope I have explained this clearly, I appreciate any help.
Thank you.
Bren.
 
	 
 
		 
 
		 
 
		