<?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: List separator in conditional formatting	</title>
	<atom:link href="https://simpleexcelvba.com/list-separator-in-conditional-formatting/feed/" rel="self" type="application/rss+xml" />
	<link>https://simpleexcelvba.com/list-separator-in-conditional-formatting/</link>
	<description>Make your office life easier with simple and fast Excel VBA solutions.</description>
	<lastBuildDate>Mon, 27 Mar 2023 21:52:30 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Tomasz Płociński		</title>
		<link>https://simpleexcelvba.com/list-separator-in-conditional-formatting/#comment-26691</link>

		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Mon, 27 Mar 2023 21:52:30 +0000</pubDate>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=382#comment-26691</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://simpleexcelvba.com/list-separator-in-conditional-formatting/#comment-26689&quot;&gt;Steven&lt;/a&gt;.

You&#039;re welcome!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://simpleexcelvba.com/list-separator-in-conditional-formatting/#comment-26689">Steven</a>.</p>
<p>You&#8217;re welcome!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Steven		</title>
		<link>https://simpleexcelvba.com/list-separator-in-conditional-formatting/#comment-26690</link>

		<dc:creator><![CDATA[Steven]]></dc:creator>
		<pubDate>Mon, 27 Mar 2023 20:32:49 +0000</pubDate>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=382#comment-26690</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://simpleexcelvba.com/list-separator-in-conditional-formatting/#comment-24310&quot;&gt;Neil Marshall&lt;/a&gt;.

Hi Neil, I&#039;m running into the same issue and was also thinking about creating a wrapper sub to &quot;translate&quot; the formulas I need in my conditional formatting.

Can you share some hints how you tackled it?

For example, how do you get hold of the language Excel uses for the formulas?

Are you using the REPLACE formula to replace the function keywords or do you take a totally different (perhaps more clever and failsafe) approach on it?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://simpleexcelvba.com/list-separator-in-conditional-formatting/#comment-24310">Neil Marshall</a>.</p>
<p>Hi Neil, I&#8217;m running into the same issue and was also thinking about creating a wrapper sub to &#8220;translate&#8221; the formulas I need in my conditional formatting.</p>
<p>Can you share some hints how you tackled it?</p>
<p>For example, how do you get hold of the language Excel uses for the formulas?</p>
<p>Are you using the REPLACE formula to replace the function keywords or do you take a totally different (perhaps more clever and failsafe) approach on it?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Steven		</title>
		<link>https://simpleexcelvba.com/list-separator-in-conditional-formatting/#comment-26689</link>

		<dc:creator><![CDATA[Steven]]></dc:creator>
		<pubDate>Mon, 27 Mar 2023 20:29:38 +0000</pubDate>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=382#comment-26689</guid>

					<description><![CDATA[Thanks for the list separator fix Tomasz. That saved me a lot of headaches ;)]]></description>
			<content:encoded><![CDATA[<p>Thanks for the list separator fix Tomasz. That saved me a lot of headaches 😉</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tomasz Płociński		</title>
		<link>https://simpleexcelvba.com/list-separator-in-conditional-formatting/#comment-24320</link>

		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Thu, 18 Aug 2022 06:54:45 +0000</pubDate>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=382#comment-24320</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://simpleexcelvba.com/list-separator-in-conditional-formatting/#comment-24310&quot;&gt;Neil Marshall&lt;/a&gt;.

Totally agree.
Recently I realised that if You create a tool for different &quot;languages&quot;, it is needed to use that &quot;transformation&quot;.
Thank You for your input, really valuable!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://simpleexcelvba.com/list-separator-in-conditional-formatting/#comment-24310">Neil Marshall</a>.</p>
<p>Totally agree.<br />
Recently I realised that if You create a tool for different &#8220;languages&#8221;, it is needed to use that &#8220;transformation&#8221;.<br />
Thank You for your input, really valuable!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Neil Marshall		</title>
		<link>https://simpleexcelvba.com/list-separator-in-conditional-formatting/#comment-24310</link>

		<dc:creator><![CDATA[Neil Marshall]]></dc:creator>
		<pubDate>Wed, 17 Aug 2022 23:27:32 +0000</pubDate>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=382#comment-24310</guid>

					<description><![CDATA[Tomasz,
Just so you know, it is much worse than this, because if you have your Excel application language in a different to English language, the Formula1 has to be entirely in, say, German, not just the list separator.
=WENN(1&#062;0;1;0)

Since I write VB.NET running Excel on about 9 front-end languages and 40 regional settings, I&#039;ve written a routine that converts a formula from &quot;English&quot; format (commas and English commands) to local format using the .Formula / .FormulaLocal and .FormulaR1C1 / .FormulaR1C1Local properties to transform programming in English to the relevant Excel UI language and Regional Settings format before putting the localised version into .Formula1

You have to do the same with Data Validation and formulae in Named Ranges.]]></description>
			<content:encoded><![CDATA[<p>Tomasz,<br />
Just so you know, it is much worse than this, because if you have your Excel application language in a different to English language, the Formula1 has to be entirely in, say, German, not just the list separator.<br />
=WENN(1&gt;0;1;0)</p>
<p>Since I write VB.NET running Excel on about 9 front-end languages and 40 regional settings, I&#8217;ve written a routine that converts a formula from &#8220;English&#8221; format (commas and English commands) to local format using the .Formula / .FormulaLocal and .FormulaR1C1 / .FormulaR1C1Local properties to transform programming in English to the relevant Excel UI language and Regional Settings format before putting the localised version into .Formula1</p>
<p>You have to do the same with Data Validation and formulae in Named Ranges.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Video tutorial: List separator in conditional formatting - Simple Excel VBA		</title>
		<link>https://simpleexcelvba.com/list-separator-in-conditional-formatting/#comment-63</link>

		<dc:creator><![CDATA[Video tutorial: List separator in conditional formatting - Simple Excel VBA]]></dc:creator>
		<pubDate>Sun, 16 Feb 2020 17:55:53 +0000</pubDate>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=382#comment-63</guid>

					<description><![CDATA[[&#8230;] like to invite You to my first ever YouTube tutorial video, which is about list separator in conditional formatting. Watch it here or go to my channel.Enjoy the video, leave a like and [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] like to invite You to my first ever YouTube tutorial video, which is about list separator in conditional formatting. Watch it here or go to my channel.Enjoy the video, leave a like and [&#8230;]</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
