Posts by Geisi Barreto • 1 point
1 post
- 
		-1 votes3 answers1380 viewsA: Excel (VBA) - Copy data from filesTry that one: wsOrigem.Range("A1").Copy wsDestino.Range ("B1").PasteSpecial xlValues 
1 post
-1
votes3
answers1380
viewsTry that one: wsOrigem.Range("A1").Copy wsDestino.Range ("B1").PasteSpecial xlValues