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.
  • Avatar do usuário
  • Avatar do usuário
Por DavisonDiego
Posts
#4728
Boa tarde Pessoal

gostaria de uma auxilio de você tenho uma planilha que utilizo no trabalho e gostaria de comercializar ela, tem algum modo de colocar uma licença de uso para limitar a utilizar em somente um computador ou tempo de uso para expiração?

Obrigado
Att;
Davison
Avatar do usuário
Por alexandrevba
Avatar
#4731
Boa tarde!!

Há algumas formas....
Código: Selecionar todos
    Private Sub Workbook_Open()
        Dim Sht As Worksheet
        If Environ("NomeDoComputador") <> "NomeDoComputador" Then Exit Sub
        For Each Sht In Sheets
            Sht.Visible = True
        End If
        'Sheets("GuiQueEstavaOculta").Visible = False
    End Sub
Leia:
http://www.vbgold.com/vb-projects/disk- ... mber.shtml

Att
Avatar do usuário
Por laennder
Avatar
#4763
Corrija a linha abaixo e veja se roda o código.
Código: Selecionar todos
If Environ("COMPUTERNAME") <> "NomeDoComputador" Then Exit Sub
Avatar do usuário
Por alexandrevba
Avatar
#4768
Boa tarde!!

Tente assim
Código: Selecionar todos
Private Sub Workbook_Open()
        Dim Sht As Worksheet
        If Environ("COMPUTERNAME") <> "NomeDoComputador" Then Exit Sub
            For Each Sht In Sheets
                Sht.Visible = True
            Next Sht
        End If
        'Sheets("GuiQueEstavaOculta").Visible = False
End Sub
Att
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