Created
March 20, 2023 20:27
-
-
Save OberdanBrito/1a1cdadbac66dd850136d87f39961530 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Do | |
final = final + 1 | |
If InStr(ws.Cells(final, 1).Value, "Empresa:") > 0 Or vazios = 10 Then Exit Do | |
If IsEmpty(ws.Cells(final, 1)) Then vazios = vazios + 1 | |
Loop | |
Range("A" & inicio & ":K" & final - 1).Copy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment