Obracunski List Gradevinske Knjige Excel -
Since I cannot directly send you an .xlsx file, I will provide you with and the exact column structure to build this professional tool yourself in 2 minutes.
This is a specialized request for a (translation: obračunski list građevinske knjige ) in Excel. obracunski list gradevinske knjige excel
A106: "Potpis izvođača:" B106: (manual entry) Press ALT + F11 → Insert → Module → Paste this code: Since I cannot directly send you an
m²,m³,kom,kg,t,dan, sat Save the file as: vbYesNo + vbQuestion
Sub ResetirajList() ' Clears all data rows except headers and formulas Dim answer As VbMsgBoxResult answer = MsgBox("Obrisati sve podatke? (formule ostaju)", vbYesNo + vbQuestion, "Potvrda") If answer = vbYes Then Rows("3:100").ClearContents Range("A3").Select MsgBox "List je resetiran. Formule u stupcima G i I ostaju." End If End Sub
Close VBA editor. Go to Developer Tab → Insert → Form Controls → Button.