Mrrrr's Forum (VIEW ONLY) 
			Un forum care ofera solutii pentru unele probleme legate in general de PC. Pe langa solutii, aici puteti gasi si alte lucruri interesante // A forum that offers solutions to some PC related issues. Besides these, here you can find more interesting stuff.
		 | 
		
			Lista Forumurilor Pe Tematici
		 | 
	
	
		
			Mrrrr's Forum (VIEW ONLY) | Reguli | Inregistrare | Login
   POZE MRRRR'S FORUM (VIEW ONLY)
  
			Nu sunteti logat.
		 | 
	
	Nou pe simpatie: crazygirl pe Simpatie.ro
   | Femeie 24 ani Buzau cauta Barbat 26 - 80 ani |   
	 | 
	
	
		
			
				
					| 
						 
							TRaP 
							Moderator
  
							Inregistrat: acum 7 ani 
							Postari: 858
						 
					 | 
				 
			 
		 | 
		
			
				
					
						The following code selects a table and resizes all rows in the way you would double click the line between 2 rows to resize the one above the line.
 
 
 Sub Row_Resize()
  Application.ScreenUpdating = False
  Range("tbCUPRINS").Select
  i = 6
  For Each rw In Selection     Rows(i & ":" & i).EntireRow.AutoFit     i = i + 1 Next rw
  Range("A4").Select
  Application.ScreenUpdating = True
  End Sub |  
 
  
					 | 
				 
			 
		 | 
	
	
		| pus acum 2 ani | 
		
			
		 |