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

Tópicos relacionados a códigos VBA, gravação de macros, etc.
#65508
Saudações Pessoal,

Estou com a seguinte dúvida: É possível retornar uma variável numa formula?

Segue um exemplo simplificado:

Tenho a seguinte fórmula no VBA: ActiveCell.FormulaR1C1 = "=SUM(Tabela1[Coluna1])"

Preciso alternar o nome "Tabela1" dentro de um For.

variável = Tabela1
ActiveCell.FormulaR1C1 = "=SUM(variável[Coluna1])"

É possível?

Obrigado pela atenção
#65509
Olá, @sauloslm .

Experimente:
Código: Selecionar todos
Sub InsereFórmula()
 Dim variável As ListObject
  Set variável = ActiveSheet.ListObjects("Tabela1")
  ActiveCell.FormulaR1C1 = "=SUM(" & variável & "[Coluna1])"
End Sub
sauloslm agradeceu por isso
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