You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Excel Character Width Measurement
A VBA script that measures the pixel width of all printable ASCII characters and records the results in a new Excel sheet.
Description
The VBA macro measures the width of each printable ASCII character (from space to tilde) using the
GetTextExtentPoint32
Windows API function and outputs the results to an Excel sheet. This can be particularly useful for tasks that require precise layout designs in Excel, like creating forms or reports.
Requirements
Microsoft Excel (The macro was written for the 64-bit version of Excel)
Basic knowledge of running macros in Excel
License
This project is licensed under the MIT License - see the
LICENSE.md
file for details.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters