Skip to content

Free Excel Data Entry Form Builder.
No Code, No VBA

Build custom data entry forms for Excel in seconds. Drag and drop fields like text inputs, dropdowns, dates, and checkboxes. Generate a ready-to-use form that saves directly to your Excel file. No VBA, no macros, no coding.

Current form fields

    No fields yet Drag a field type from the left, click one to add it, or .
    • Build Custom Excel Data Forms
    • Simplify Excel Data Collection
    • No VBA, no coding, no sign-up required

    See How It Works

    Video: building an Excel data entry form with the no-code builder

    Where Your Entries Go

    Switch on one, two or all three. Every entry you add, edit or delete goes to each destination that is on, so an Excel file on your PC and a shared Google Sheet can fill up side by side.

    Excel file on your PC

    The form connects to a workbook on your PC and rewrites its Entries sheet after every change. Nothing leaves your computer. Chrome and Edge. Excel for the web cannot be written to directly, see the FAQ.

    Google Sheet

    Paste one script into your own sheet and every entry lands there as a row, edits and deletions included. Works in every browser, and everyone you share the form with fills the same sheet.

    Webhook

    Each entry is posted as JSON to a URL you choose, ready for Zapier, Make, Pabbly Connect, n8n or your own server.

    How Does It Compare?

    FeatureVBA UserFormsMicrosoft FormsThis Tool
    Coding RequiredYes (VBA)NoNo
    Custom Field TypesFull controlYes11 types
    DropdownsYes (manual)YesYes
    Conditional LogicYes (manual)Yes (branching)Yes
    Data ValidationYes (manual)BasicBasic (email, number, required)
    Saves to ExcelYes (same workbook)Export onlyYes (local file), plus Google Sheets or a webhook
    Works OfflineYesNoYes
    Search RecordsYes (manual)YesYes (built-in search)
    Edit / Delete RecordsYes (manual)YesYes
    ShareableWithin workbookLink sharingShare the HTML file, collect in one Google Sheet
    Setup TimeHoursMinutesSeconds
    CostFree (DIY)Free (Microsoft account)Free

    TL;DR: VBA UserForms give you full control but require coding knowledge and hours of setup. Microsoft Forms is great for teams and collaboration but needs a Microsoft account and cannot save directly to a local Excel file. This tool sits in the middle: custom forms with dropdowns, conditional logic, search, and edit/delete built in. No coding required, and the data goes straight into your Excel spreadsheet, a Google Sheet, or both.

    Frequently asked questions

    Honest Feedback from Real Users

    ★★★★★

    Responsive and open to feedback

    “Impressed with both the products and the support. Very responsive to questions and open to improvement suggestions. I've purchased several tools and been happy with all of them.”

    ★★★★★

    Fantastic support

    “Had a question and got a helpful reply within hours. Really solid support. Highly recommend.”

    Gary S.See review
    ★★★★★

    An awesome program and creator

    “Not only does the developer respond directly to your questions, he actually acts on them. I made a feature request and it was implemented the next day. That kind of dedication is rare.”

    See all reviews →

    Changelog

    Sep 2, 2026
    Version 3.0
    3.0
    New Send entries to a Google Sheet. Paste one script into your own sheet (guide and script included), and every entry, edit and deletion lands there as a row. Works in every browser, and everyone you share the form with fills the same sheet.
    New Send entries to a webhook (Zapier, Make, Pabbly Connect, n8n or your own server), one JSON post per change.
    New Destinations add up. Excel file, Google Sheet and webhook can all be on at once, or any one alone.
    New Entries stay in the browser after a refresh, with a one-click Reconnect for the Excel file. Firefox and Safari can now use the form too: Import from file, Download .xlsx, Google Sheet.
    New Deliveries that fail are queued and retried, and a banner says what is still pending.
    New Load a downloaded form back into the builder to keep editing it.
    New Number fields accept decimals and can carry a minimum and maximum.
    Improvement Real Excel dates and numbers. Date Added and date fields are date cells, number fields are numeric cells, so they sort, filter and sum.
    Improvement Columns you add to the Entries sheet by hand are kept when the form saves.
    Improvement Required dropdowns and radio groups start unselected, so required is checked.
    Improvement The theme is remembered.
    Fixed Editing or deleting while a search was active changed the wrong row.
    Fixed Numbers were stored as text, and 12.50 became 1250.
    Fixed Timestamps were lost on reconnect outside the US date format.
    Fixed Saving to an existing file after a refresh replaced its rows. Files are now merged by an Entry ID column, never overwritten.
    Apr 8, 2026
    Version 2.1
    2.1
    New Auto-save form progress to browser storage (no more losing work on page refresh).
    New Reset Form button to clear all fields and start fresh.
    Fixed Drag-and-drop breaking after adding multiple sections (stale Sortable instances accumulating in shared group).
    Apr 2, 2026
    Version 2.0
    2.0
    New Collapsible/expandable sections with named headers for grouping form fields.
    New Conditional section visibility (show/hide sections based on field values).
    New One-click form download with config baked in (no more copy-paste JSON).
    New Phone and URL/Website field types.
    New Auto-generated field IDs from labels (e.g., "Full Name" becomes "full_name").
    New Duplicate field button for quickly cloning fields.
    New Validation warnings before download (empty labels, duplicate IDs).
    Improvement Larger touch targets for mobile devices.
    Fixed Entries sheet now loaded correctly when connecting to existing Excel files (previously read Sheet1 instead of Entries).
    Dec 17, 2025
    Version 1.1
    1.1
    Fixed Other sheets in the Excel file are now preserved when saving entries.
    Fixed Only the Entries sheet is updated; other sheets remain intact.
    Jun 17, 2025
    Version 1.0
    1.0
    New Initial release with core functionality.
    New Dynamic form generation from JSON configuration.
    New Excel file integration via File System Access API.
    New Support for text, email, number, date, textarea, select, radio, and checkbox fields.
    New Auto-save entries to connected Excel spreadsheet.
    New Import/export entries from/to Excel files.
    New Light/dark theme toggle.
    New Search and filter entries table.
    New Form customization via JSON settings editor.

    Looking for Full Coding Control?

    If you need advanced customization beyond what this visual builder offers, the Python-based version gives you complete control over form logic, validation, and data handling.

    Check out the free Python Version