-
Fototrend
A Microsoft Excel topic célja segítséget kérni és nyújtani Excellel kapcsolatos problémákra.
Kérdés felvetése előtt olvasd el, ha még nem tetted.
Új hozzászólás Aktív témák
-
lappy
őstag
válasz
martin921231
#37986
üzenetére
Dim DownTime As Date
Sub SetTimer()
DownTime = Now + TimeValue("01:00:00")
Application.OnTime EarliestTime:=DownTime, _
Procedure = "ShutDown", Schedule:=True
End Sub
Sub StopTimer()
On Error Resume Next
Application.OnTime EarliestTime:=DownTime, _
Procedure:="ShutDown", Schedule:=False
End Sub
Sub ShutDown()
Application.DisplayAlerts = False
With ThisWorkbook
.Saved = True
.Close
End With
End Subilletve
Private Sub Workbook_Open()
Call SetTimer
End Sub
Private Sub Workbook_BeforeClose(Cancel As Boolean)
Call StopTimer
End Sub
Private Sub Workbook_SheetCalculate(ByVal Sh As Object)
Call StopTimer
Call SetTimer
End Sub
Private Sub Workbook_SheetSelectionChange(ByVal Sh As Object, _
ByVal Target As Excel.Range)
Call StopTimer
Call SetTimer
End Sub
Új hozzászólás Aktív témák
- Apple MacBook
- Meghozta az első, memórapánikból eredő áremelését az NVIDIA
- PlayStation 3
- A fociról könnyedén, egy baráti társaságban
- OLED monitor topic
- Google Home/Nest
- Mégis meglepi egy új GeForce-szal a rajongókat az NVIDIA?
- MWC 2026: Megnéztük a Lenovo Idea Tab Pro Gen 2-t
- Eredeti játékok OFF topik
- Path of Exile (ARPG)
- További aktív témák...
- Dell 27" USB-C Hub Monitor - P2723DE - 27% ÁFÁs
- GYÖNYÖRŰ iPhone 13 Pro 128GB Silver -1 ÉV GARANCIA - Kártyafüggetlen, MS4365, 100% Akkumulátor
- Apple iPad Air 2 (A1567) 32GB Wi-Fi + Cellular Arany
- MSI GF65 Thin - 15,6"FHD 120Hz IPS - i5-9300H - 16GB - 1,25TB SSD - Win11 - GTX 1660 Ti - MAGYAR
- Samsung Galaxy Watch 4 Classic 42mm, GPS, 1 Év Garanciával
Állásajánlatok
Cég: Laptopműhely Bt.
Város: Budapest
Fferi50