Bom dia pessoal,
Eu preciso mudar uma variável de acordo com o valor inicial dela. Eu tentei o código abaixo, mas não funcionou, a variável inicial é mantida e não muda com o comando If.
Sub SelPlan()
Set sh = ThisWorkbook.Sheets("Filtro (2)")
Nome = sh.Range("mes").Value
If Nome = Planinha1 Then
Nome = sh.Range("m1m").Value
ElseIf Nome = Planilha2 Then
Nome = sh.Range("m2m").Value
ElseIf Nome = Planilha3 Then
Nome = sh.Range("m3m").Value
End If
End Sub
Postado : 26/10/2015 7:50 am