<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DevZum</title>
	<atom:link href="https://devzum.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://devzum.com/</link>
	<description>Blog for Designers and Developers!</description>
	<lastBuildDate>Tue, 17 May 2022 19:50:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://devzum.com/wp-content/uploads/2015/10/devzumblue-80x80.png</url>
	<title>DevZum</title>
	<link>https://devzum.com/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>VBA Function to Return Worksheet Name from Code Name</title>
		<link>https://devzum.com/2022/05/vba-function-worksheet-name-from-code-name/</link>
					<comments>https://devzum.com/2022/05/vba-function-worksheet-name-from-code-name/#respond</comments>
		
		<dc:creator><![CDATA[Jordan Kendall]]></dc:creator>
		<pubDate>Tue, 17 May 2022 19:49:21 +0000</pubDate>
				<category><![CDATA[VBA]]></category>
		<category><![CDATA[Code Name]]></category>
		<category><![CDATA[Function]]></category>
		<category><![CDATA[Worksheet Name]]></category>
		<guid isPermaLink="false">https://devzum.com/?p=11346</guid>

					<description><![CDATA[<p>I tried to find simple function to return the worksheet name from a Code Name. As I was searching, many said I could not do it.&#160; If you know me, I don&#8217;t like it when someone says I can&#8217;t do something especially in Excel. Many searches consistently led me in the wrong direction.&#160; Thankfully through [&#8230;]</p>
<p>The post <a href="https://devzum.com/2022/05/vba-function-worksheet-name-from-code-name/">VBA Function to Return Worksheet Name from Code Name</a> appeared first on <a href="https://devzum.com">DevZum</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devzum.com/2022/05/vba-function-worksheet-name-from-code-name/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>VBA Function to Browse &#038; Select from Directory</title>
		<link>https://devzum.com/2022/04/vba-function-browse-select-directory/</link>
					<comments>https://devzum.com/2022/04/vba-function-browse-select-directory/#respond</comments>
		
		<dc:creator><![CDATA[Jordan Kendall]]></dc:creator>
		<pubDate>Mon, 18 Apr 2022 19:58:57 +0000</pubDate>
				<category><![CDATA[VBA]]></category>
		<category><![CDATA[Browse]]></category>
		<category><![CDATA[Function]]></category>
		<category><![CDATA[Select]]></category>
		<guid isPermaLink="false">https://devzum.com/?p=11276</guid>

					<description><![CDATA[<p>I have been building many applications using VBA to help users in automating processes. Somethings simply can&#8217;t be automated due to variability of some attribute. In my case determining the directory to use required input from the user. So I devised a simple function that will ask the user where the files are saved in [&#8230;]</p>
<p>The post <a href="https://devzum.com/2022/04/vba-function-browse-select-directory/">VBA Function to Browse &#038; Select from Directory</a> appeared first on <a href="https://devzum.com">DevZum</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devzum.com/2022/04/vba-function-browse-select-directory/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>VBA Function to Autosize Comment Box with Fixed Width</title>
		<link>https://devzum.com/2022/04/vba-function-autosize-comment-box-fixed-width/</link>
					<comments>https://devzum.com/2022/04/vba-function-autosize-comment-box-fixed-width/#respond</comments>
		
		<dc:creator><![CDATA[Jordan Kendall]]></dc:creator>
		<pubDate>Fri, 15 Apr 2022 00:13:52 +0000</pubDate>
				<category><![CDATA[VBA]]></category>
		<category><![CDATA[Autosize]]></category>
		<category><![CDATA[Comment]]></category>
		<guid isPermaLink="false">https://devzum.com/?p=11266</guid>

					<description><![CDATA[<p>I searched and searched and searched for VBA code that would allow me to autosize comment boxes, but retain a fixed width.&#160; This is very challenging and I will explain a little, but skip the short story and see the full code at the end of the post. The reason I needed this code was [&#8230;]</p>
<p>The post <a href="https://devzum.com/2022/04/vba-function-autosize-comment-box-fixed-width/">VBA Function to Autosize Comment Box with Fixed Width</a> appeared first on <a href="https://devzum.com">DevZum</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devzum.com/2022/04/vba-function-autosize-comment-box-fixed-width/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>VBA Function to Create New Excel Worksheet</title>
		<link>https://devzum.com/2022/03/vba-function-create-new-excel-worksheet/</link>
					<comments>https://devzum.com/2022/03/vba-function-create-new-excel-worksheet/#respond</comments>
		
		<dc:creator><![CDATA[Jordan Kendall]]></dc:creator>
		<pubDate>Wed, 23 Mar 2022 20:12:05 +0000</pubDate>
				<category><![CDATA[VBA]]></category>
		<category><![CDATA[Auto]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Function]]></category>
		<guid isPermaLink="false">https://devzum.com/?p=11254</guid>

					<description><![CDATA[<p>I was working on several VBA macros to automate several processes and I found myself repeating certain VBA code within each sub.&#160; I decided that it would best to turn this into a public function that I can reuse over and over again. The code may not work for everyone, but where it is most [&#8230;]</p>
<p>The post <a href="https://devzum.com/2022/03/vba-function-create-new-excel-worksheet/">VBA Function to Create New Excel Worksheet</a> appeared first on <a href="https://devzum.com">DevZum</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devzum.com/2022/03/vba-function-create-new-excel-worksheet/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Excel VBA Storing Dynamic Arrays from Data Table</title>
		<link>https://devzum.com/2022/03/excel-vba-storing-dynamic-arrays-from-data-table/</link>
					<comments>https://devzum.com/2022/03/excel-vba-storing-dynamic-arrays-from-data-table/#respond</comments>
		
		<dc:creator><![CDATA[Jordan Kendall]]></dc:creator>
		<pubDate>Wed, 16 Mar 2022 22:26:04 +0000</pubDate>
				<category><![CDATA[VBA]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[Excel]]></category>
		<guid isPermaLink="false">https://devzum.com/?p=11247</guid>

					<description><![CDATA[<p>While doing a Google search for &#8220;Excel VBA store data in array&#8221; I came across a post Excel VBA – Storing Data in Arrays &#38; Dynamic Arrays by Chester Tugwell at BluePecanTraining.com that gave me what I wanted.&#160; I won&#8217;t go into as much detail as Chester, but after reviewing the VBA code, I was [&#8230;]</p>
<p>The post <a href="https://devzum.com/2022/03/excel-vba-storing-dynamic-arrays-from-data-table/">Excel VBA Storing Dynamic Arrays from Data Table</a> appeared first on <a href="https://devzum.com">DevZum</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devzum.com/2022/03/excel-vba-storing-dynamic-arrays-from-data-table/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The Importance of Stickers for Your Business Explained</title>
		<link>https://devzum.com/2018/01/importance-stickers-business-explained/</link>
					<comments>https://devzum.com/2018/01/importance-stickers-business-explained/#comments</comments>
		
		<dc:creator><![CDATA[Ian Wright]]></dc:creator>
		<pubDate>Tue, 16 Jan 2018 08:17:21 +0000</pubDate>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Logo]]></category>
		<category><![CDATA[brand]]></category>
		<category><![CDATA[campaign]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[stickers]]></category>
		<guid isPermaLink="false">https://devzum.com/?p=11185</guid>

					<description><![CDATA[<p>Did you know that not everyone is impressed by digital marketing? According to recent surveys, the most effective marketing campaign is a combination of digital and print because of the personal touch print brings to the table. The study found that customers tend to spend 25% more on your products/services if you are using a [&#8230;]</p>
<p>The post <a href="https://devzum.com/2018/01/importance-stickers-business-explained/">The Importance of Stickers for Your Business Explained</a> appeared first on <a href="https://devzum.com">DevZum</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devzum.com/2018/01/importance-stickers-business-explained/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Guide to Prevent CMS Based Website from Hacker</title>
		<link>https://devzum.com/2018/01/guide-to-prevent-cms-based-website-from-hacker/</link>
					<comments>https://devzum.com/2018/01/guide-to-prevent-cms-based-website-from-hacker/#respond</comments>
		
		<dc:creator><![CDATA[Elise Mayer]]></dc:creator>
		<pubDate>Thu, 11 Jan 2018 09:17:10 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[platform]]></category>
		<category><![CDATA[security]]></category>
		<guid isPermaLink="false">https://devzum.com/?p=11162</guid>

					<description><![CDATA[<p>If you own a website, then there is a chance that your website can be attacked by hackers. It is easy to develop a professional looking blog and even easier to hack CMS websites. You might be tension-free because there is nothing to steal from your platform.  However, most hackers tend to use your server for [&#8230;]</p>
<p>The post <a href="https://devzum.com/2018/01/guide-to-prevent-cms-based-website-from-hacker/">Guide to Prevent CMS Based Website from Hacker</a> appeared first on <a href="https://devzum.com">DevZum</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devzum.com/2018/01/guide-to-prevent-cms-based-website-from-hacker/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>URL Character Codes Cheat Sheet</title>
		<link>https://devzum.com/2018/01/url-character-codes/</link>
					<comments>https://devzum.com/2018/01/url-character-codes/#respond</comments>
		
		<dc:creator><![CDATA[Jordan Kendall]]></dc:creator>
		<pubDate>Tue, 02 Jan 2018 21:29:24 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Cheat Sheet]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[encode]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[markup]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[url]]></category>
		<guid isPermaLink="false">https://devzum.com/?p=11133</guid>

					<description><![CDATA[<p>URLs frequently use conflicting characters such as question marks &#8220;?&#8221;, ampersands &#8220;&#38;&#8221;, hash &#8220;#&#8221; (i.e. pound or number sign), brackets &#8220;{}&#8221;, slashes &#8220;/\&#8221; and others.  You may have noticed the escaped hexadecimal ASCII representations of these symbols in a URL. For example, have you seen a %20 in a URL?  It stands for a space.  [&#8230;]</p>
<p>The post <a href="https://devzum.com/2018/01/url-character-codes/">URL Character Codes Cheat Sheet</a> appeared first on <a href="https://devzum.com">DevZum</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devzum.com/2018/01/url-character-codes/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>8 Reasons Why Having an Excellent Web Design is Not Enough!</title>
		<link>https://devzum.com/2017/11/reasons-excellent-web-design-not-enough/</link>
					<comments>https://devzum.com/2017/11/reasons-excellent-web-design-not-enough/#respond</comments>
		
		<dc:creator><![CDATA[Sunny Chawla]]></dc:creator>
		<pubDate>Tue, 14 Nov 2017 21:10:13 +0000</pubDate>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[content management system]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[logo]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[web design]]></category>
		<guid isPermaLink="false">https://devzum.com/?p=11092</guid>

					<description><![CDATA[<p>&#8220;A website is nothing until it has good web design.&#8221;  This was one of the oldest sayings in the web design world. But nowadays, things are changing faster, especially with the pervasive use of free WordPress templates.  We can see that today website design is only a single aspect out of many that make a [&#8230;]</p>
<p>The post <a href="https://devzum.com/2017/11/reasons-excellent-web-design-not-enough/">8 Reasons Why Having an Excellent Web Design is Not Enough!</a> appeared first on <a href="https://devzum.com">DevZum</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devzum.com/2017/11/reasons-excellent-web-design-not-enough/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Create A Font Yourself</title>
		<link>https://devzum.com/2017/10/how-to-create-a-font-yourself/</link>
					<comments>https://devzum.com/2017/10/how-to-create-a-font-yourself/#respond</comments>
		
		<dc:creator><![CDATA[Irina Vi]]></dc:creator>
		<pubDate>Sun, 29 Oct 2017 07:32:08 +0000</pubDate>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Logo]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[Fonts]]></category>
		<guid isPermaLink="false">https://devzum.com/?p=11064</guid>

					<description><![CDATA[<p>How To Create Your Own Font Why create your own font?  Not only is creating your own font beneficial for your brand and marketing, but it also cuts the cost of having to hire someone to create it for you.  It will save you time, money, and effort when you are able to do this [&#8230;]</p>
<p>The post <a href="https://devzum.com/2017/10/how-to-create-a-font-yourself/">How To Create A Font Yourself</a> appeared first on <a href="https://devzum.com">DevZum</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devzum.com/2017/10/how-to-create-a-font-yourself/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
