<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: What is the unit of Excel column width?	</title>
	<atom:link href="https://simpleexcelvba.com/what-is-the-unit-of-excel-column-width/feed/" rel="self" type="application/rss+xml" />
	<link>https://simpleexcelvba.com/what-is-the-unit-of-excel-column-width/</link>
	<description>Make your office life easier with simple and fast Excel VBA solutions.</description>
	<lastBuildDate>Tue, 03 Aug 2021 11:57:07 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Masaya Saito		</title>
		<link>https://simpleexcelvba.com/what-is-the-unit-of-excel-column-width/#comment-2457</link>

		<dc:creator><![CDATA[Masaya Saito]]></dc:creator>
		<pubDate>Wed, 26 Aug 2020 05:39:39 +0000</pubDate>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=492#comment-2457</guid>

					<description><![CDATA[Thank you for writing a nice and helpful article! 

Via some experiments in Excel sheet inspired by yours, 
I have eventually found that a trial of setting row height or column width accepts only if
it is an integer multiple of 1/96 inches (= 0.75 points), otherwise  rounded (more precisely floored) accordingly.

So,  you cannot have exact 5mm height/width instead  have 4.76mm (if you require 5mm) 
or 5.03mm (if you require 5.027..mm or greater).

The following article is also useful to display the results in inches/centimeter:
https://exceltutorialonline.com/set-column-width-in-inches-excel/

Best regards]]></description>
			<content:encoded><![CDATA[<p>Thank you for writing a nice and helpful article! </p>
<p>Via some experiments in Excel sheet inspired by yours,<br />
I have eventually found that a trial of setting row height or column width accepts only if<br />
it is an integer multiple of 1/96 inches (= 0.75 points), otherwise  rounded (more precisely floored) accordingly.</p>
<p>So,  you cannot have exact 5mm height/width instead  have 4.76mm (if you require 5mm)<br />
or 5.03mm (if you require 5.027..mm or greater).</p>
<p>The following article is also useful to display the results in inches/centimeter:<br />
<a href="https://exceltutorialonline.com/set-column-width-in-inches-excel/" rel="nofollow ugc">https://exceltutorialonline.com/set-column-width-in-inches-excel/</a></p>
<p>Best regards</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: How to get a PDF preview in Excel - Simple Excel VBA		</title>
		<link>https://simpleexcelvba.com/what-is-the-unit-of-excel-column-width/#comment-52</link>

		<dc:creator><![CDATA[How to get a PDF preview in Excel - Simple Excel VBA]]></dc:creator>
		<pubDate>Sun, 09 Feb 2020 18:01:03 +0000</pubDate>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=492#comment-52</guid>

					<description><![CDATA[[&#8230;] First thing, which I found interesting, fascinating and frustrating at the same time was that column .Width. This property has pixel unit, but is read only. There is also .ColumnWidth, but its unit is equal to the width of one character in the Normal style. I described this problem in my last article. [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] First thing, which I found interesting, fascinating and frustrating at the same time was that column .Width. This property has pixel unit, but is read only. There is also .ColumnWidth, but its unit is equal to the width of one character in the Normal style. I described this problem in my last article. [&#8230;]</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
