<aside> 💡
Excel dwg 自動転記プログラム
</aside>
VBA-based tool that extracts data from architectural finish schedules in Excel and automatically generates block entities in AutoCAD. (Excelの仕上表から必要情報を読み取り、AutoCAD上に仕上表ブロックを自動生成するVBAツール)
| 日本語 (Japanese) | 英語 (English) |
|---|---|
| 課題 (Before) | Challenges |
| 変更のたびに手作業で修正が必要 | Constant manual updates required for every design change. |
| 転記ミスが起きやすい | High risk of human error during manual data entry. |
| 作業時間が長く、品質がばらつく | Time-consuming process with inconsistent output quality. |
| 解決策 (How) | Solution |
| ボタン一つで仕上表ブロックを生成 | One-click generation of finish schedule blocks via Excel VBA. |
| 外部参照(Xref)ブロックとして出力 | Exported as external reference blocks for better data management. |
| Excel更新のみで再生成可能 | Enables instant re-generation by simply updating the Excel source. |
| 成果 (After) | Results |
| 転記ミスがほぼゼロに | Achieved near-zero data transfer errors. |
| 作業時間の大幅な削減 | Drastic reduction in manual labor hours. |
| 他の図面(建具表等)への転用 | Logic is reusable for other schedules like door/window lists. |
動作イメージ

Developed a system in Excel VBA to automate the generation of Finish Schedule blocks with a single click. (Excel VBA を実装し、ボタンを押すだけで仕上表ブロックを自動生成できる仕組みを構築)
Transformed a tedious manual process into a high-precision automated workflow.
(手作業の工程を、高精度な自動化ワークフローへと変革)