Obracunski List Gradevinske Knjige Excel Apr 2026

Obracunski List Gradevinske Knjige Excel Apr 2026

Obračunski_list_građevinske_knjige_v1.xlsm (enable macros) If you want, I can also generate a that works exactly like Excel in your browser, or I can refine the VBA for automatic cumulative totals from multiple sheets (građevinska knjiga → obračunski list). Just let me know.

A106: "Potpis izvođača:" B106: (manual entry) Press ALT + F11 → Insert → Module → Paste this code:

Sub DodajNoviRed() ' Adds a new empty row above the totals Rows("101:101").Insert Shift:=xlDown Range("A101").Value = Application.WorksheetFunction.Max(Range("A:A")) + 1 Range("B101").Select MsgBox "Novi red dodat. Unesite datum i podatke." End Sub Sub IspisiObračun() ' Sets print area and prints ActiveSheet.PageSetup.PrintArea = "$A$1:$I$100" ActiveSheet.PageSetup.Orientation = xlLandscape ActiveSheet.PrintOut End Sub

A105: "Datum izdavanja:" B105: (manual entry) obracunski list gradevinske knjige excel

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

Enter these headers in :

m²,m³,kom,kg,t,dan, sat Save the file as: Obračunski_list_građevinske_knjige_v1

Close VBA editor. Go to Developer Tab → Insert → Form Controls → Button.

| A | B | C | D | E | F | G | H | I | |---|---|---|---|---|---|---|---|---| | RB | Datum | Opis rada / materijala | Jedinica mjere | Količina | Jed. cijena (€) | Ukupno (€) | PDV (%) | Iznos sa PDV |

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. Unesite datum i podatke

A104: "Ukupno za naplatu:" B104: =B102+B103

This is a specialized request for a (translation: obračunski list građevinske knjige ) in Excel.

Zgao

愿有一日,安全圈的师傅们都能用上Zgao写的工具。

7条评论

匿名 发布于5:36 上午 - 9月 26, 2025

必须给你点个赞

3520797634 发布于4:41 下午 - 11月 4, 2024

怎么我导入到新的服务器会woocommerce 78行出错?是不是要安装旧站的全部插件才行呢?还是删除出错行就可以了?

匿名 发布于7:33 下午 - 9月 29, 2024

666

Lentinel 发布于12:01 上午 - 7月 26, 2024

感谢,帮大忙了

匿名 发布于11:42 上午 - 6月 1, 2024

非常感谢帮了我大忙

cockroach2 发布于4:12 上午 - 12月 11, 2021

更改 constants.php

// =================
// = Max File Size =
// =================
define( ‘AI1WM_MAX_FILE_SIZE’, 536870912 * 60 );

這樣你會有 30GB 可以用喔

    匿名 发布于10:10 下午 - 3月 5, 2022

    哈哈哈非常感谢~