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.
Por braz
Posts
#55253
Amigos,



Gostaria de preencher um relatório de frequência mensal através de um formulário tipo um cartão de ponto, tentei fazer formatando a planilha2 no formato tabela, mas não deu certo.Alguém poderia me ajudar.

Obs. No final do mês vou ter tipo 30 cartões e digitar essas informações no formulário para gerar esse relatório em ordem crescente de forma automática.



Att
Você não está autorizado a ver ou baixar esse anexo.
#55255
Ola! Acredito que a melhor forma seria usando uma macro, talvez com um botão.
Segue uma ideia de como elaborar a macro.
Código: Selecionar todos
    Dim form As Worksheet
    Dim rela As Worksheet
    
    Set form = Sheets("Formulario")
    Set rela = Sheets("Relatório de Frequencia Mensal")
    
    rela.Select
    Rows("4:4").Insert Shift:=xlDown, CopyOrigin:=xlFormatFromLeftOrBelow
    
    rela.Cells(4, 1).Text = form.Cells(1, 4).Value
    rela.Cells(4, 2).Value = form.Cells(1, 6).Value
'   rela.Cells(4, 3).Value = form.Cells(N/A).Value
    rela.Cells(4, 4).Value = form.Cells(3, 3).Value
    rela.Cells(4, 5).Value = form.Cells(3, 6).Value
    rela.Cells(4, 6).Value = form.Cells(4, 3).Value
Poderia fazer outra para restaurar o formulário para o estado inicial.
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