Posts by Leonardo Gomes • 9 points
2 posts
- 
		-1 votes1 answer37 viewsA: How do I remove this black box when I press quotes?See if the problem is in the formatting settings.… 
- 
		1 votes1 answer138 viewsA: How to identify the last row of a VBA formatted tableHello, You can do it this way: ultCel = Activesheet.Listobjects("Table1").Range.Rows.Count 'Identifies the last line I = 2 Do Until ultCel = Empty If Range("A" & I).Value = Empty Then ultCel =…