Este fórum está sendo desativado

Depois de 9 anos, este fórum será desativado. Mas calma.... estamos migrando para uma comunidade no DISCORD. Junte-se a nós.

ENTRAR PARA DISCORD

Dúvidas sobre cálculos, funções simples e aninhadas, fórmulas matriciais, etc.
  • Avatar do usuário
Por Alex26
#66956
Gostaria de saber se é possível fazer uma pesquisa de um valor na planilha inteira, caso a pesquisa seja verdade, trazer o nome da ABA onde foi encontrada,

Exemplo

Procurar valor 123456

caso achar o valor na planilha inteira, falar o nome da ABA de onde encontrou o valor.
Avatar do usuário
Por Foxtri
Posts Avatar
#67109
Boa tarde.
Segue uma opção

Sub Procurar()
Dim XPlan As Worksheet, Ct
Dim XLocal As Range
For Each XPlan In ThisWorkbook.Worksheets
With XPlan.UsedRange
Set XLocal = .Cells.Find(What:="123456", LookAt:=xlWhole)
If Not XLocal Is Nothing Then
MsgBox (XPlan.Name & " - " & XLocal.Address)
Ct = Ct + 1
Set XLocal = .FindNext(XLocal)
End If
End With
Next
If Ct = 0 Then
MsgBox ("Valor não encontrado nesta planilha")
End If
End Sub

Até
Foxtri
long long title how many chars? lets see 123 ok more? yes 60

We have created lots of YouTube videos just so you can achieve [...]

Another post test yes yes yes or no, maybe ni? :-/

The best flat phpBB theme around. Period. Fine craftmanship and [...]

Do you need a super MOD? Well here it is. chew on this

All you need is right here. Content tag, SEO, listing, Pizza and spaghetti [...]

Lasagna on me this time ok? I got plenty of cash

this should be fantastic. but what about links,images, bbcodes etc etc? [...]

Estamos migrando para uma comunidade no Discord