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
#27638
Olá estou com uma duvida sobre alguma macro para identificar se a planilha está inativa e fecha-la. Aqui no fórum só encontrei maneiras para ela fechar usando ou não. Não sei se ficou claro, mas, queria que enquanto o usuário estiver utilizando ela fica normal, mas, se ele parar de mexer por uns 5 minutos ela feche.
#27760
Código: Selecionar todos
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
Range("a1") = "00:05:00"

Dim gCount As Date

    gCount = Now + TimeValue("00:00:01")
    Application.OnTime gCount, "ResetTime"

Dim xRng As Range
Set xRng = Application.ActiveSheet.Range("a1")
xRng.Value = xRng.Value - TimeSerial(0, 0, 1)
If xRng.Value <= 0 Then
   Application.DisplayAlerts = False
   Application.Quit
    Exit Sub
End If
End Sub
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