<?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: New Project Workbook</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2009/01/29/new-project-workbook/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2009/01/29/new-project-workbook/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 23:42:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Michael</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/01/29/new-project-workbook/#comment-37651</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sun, 01 Feb 2009 16:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1985#comment-37651</guid>
		<description>&lt;p&gt;Jan Karel -&lt;/p&gt;
&lt;p&gt;Could we impose to ask you to share your IsIn function over in the Euler Problem 23 thread I just started?  I used an approach I found on StackOverFlow, and would appreciate seeing another way.&lt;/p&gt;
&lt;p&gt;...best, mrt&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Jan Karel -</p>
<p>Could we impose to ask you to share your IsIn function over in the Euler Problem 23 thread I just started?  I used an approach I found on StackOverFlow, and would appreciate seeing another way.</p>
<p>&#8230;best, mrt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/01/29/new-project-workbook/#comment-37620</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Sat, 31 Jan 2009 07:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1985#comment-37620</guid>
		<description>&lt;p&gt;Like everyone else... the new project book builds up with time.&lt;br&gt;
some of the most commonly used modules&lt;br&gt;
a) A Control Sheet - with buttons linking to other sheets&lt;br&gt;
c) A Parameter Sheet - where the user selects paths to databases - A Browse for File Module Tied&lt;br&gt;
d) The Kick_butt_find Func - Thanks to Aron T Blood -xl-logic&lt;br&gt;
e) A real LastRow Function&lt;br&gt;
f) A Constants Module - For Application Headers, Stardard Messages etc&lt;br&gt;
g) Help Sheet - Tied to a UserForm - Thanks to J.Walk&lt;br&gt;
h) Sheets with Code names Sheet01, Sheet02 etc so that they line up nicely &lt;/p&gt;
&lt;p&gt;I stopped using Menus / Toolbars - for user inputs - 2007 is a sad eventuality....some day and 2009 looks no different&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Like everyone else&#8230; the new project book builds up with time.<br />
some of the most commonly used modules<br />
a) A Control Sheet &#8211; with buttons linking to other sheets<br />
c) A Parameter Sheet &#8211; where the user selects paths to databases &#8211; A Browse for File Module Tied<br />
d) The Kick_butt_find Func &#8211; Thanks to Aron T Blood -xl-logic<br />
e) A real LastRow Function<br />
f) A Constants Module &#8211; For Application Headers, Stardard Messages etc<br />
g) Help Sheet &#8211; Tied to a UserForm &#8211; Thanks to J.Walk<br />
h) Sheets with Code names Sheet01, Sheet02 etc so that they line up nicely </p>
<p>I stopped using Menus / Toolbars &#8211; for user inputs &#8211; 2007 is a sad eventuality&#8230;.some day and 2009 looks no different</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Burns</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/01/29/new-project-workbook/#comment-37613</link>
		<dc:creator>Nick Burns</dc:creator>
		<pubDate>Fri, 30 Jan 2009 15:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1985#comment-37613</guid>
		<description>&lt;p&gt;I&#039;ve done the same thing for years here at work.  I call my &quot;new project&quot; BaseMacro.&lt;br&gt;
Like you said, it&#039;s easier to delete stuff, than to add.&lt;br&gt;
I also make use of the document properties to use for the application name, manager names, version and install dates. Very handy.&lt;br&gt;
My projects usually entails using a 3rd party program called Monarch, so I have modules and forms that deal with setting folders up for input files, models, and output.&lt;br&gt;
Modules for menus and command bars.&lt;br&gt;
A library module that contains several general routines that almost every project uses.&lt;br&gt;
Sever different user forms, depending on the type of input needed (some projects may require several files, others just one). I just delete the forms that are irrelevant.&lt;br&gt;
I try to make my projects not look like Excel at all, so there tends to be several hidden sheets that many contain user defined data that can only be accessed via menus. Also just a main screen with the company logo and title of the project. If the title says Base Macro, I know that I haven&#039;t set the document properties up yet. This gives all the macros for the company a standard look and feel.&lt;/p&gt;
&lt;p&gt;I do have the Professional Excel Development book, just haven&#039;t had the time to peruse it in depth yet. I&#039;ve always wanted to set up a general error handler. I have a simple one made up, it just doesn&#039;t have a very polished look to it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;ve done the same thing for years here at work.  I call my &#8220;new project&#8221; BaseMacro.<br />
Like you said, it&#8217;s easier to delete stuff, than to add.<br />
I also make use of the document properties to use for the application name, manager names, version and install dates. Very handy.<br />
My projects usually entails using a 3rd party program called Monarch, so I have modules and forms that deal with setting folders up for input files, models, and output.<br />
Modules for menus and command bars.<br />
A library module that contains several general routines that almost every project uses.<br />
Sever different user forms, depending on the type of input needed (some projects may require several files, others just one). I just delete the forms that are irrelevant.<br />
I try to make my projects not look like Excel at all, so there tends to be several hidden sheets that many contain user defined data that can only be accessed via menus. Also just a main screen with the company logo and title of the project. If the title says Base Macro, I know that I haven&#8217;t set the document properties up yet. This gives all the macros for the company a standard look and feel.</p>
<p>I do have the Professional Excel Development book, just haven&#8217;t had the time to peruse it in depth yet. I&#8217;ve always wanted to set up a general error handler. I have a simple one made up, it just doesn&#8217;t have a very polished look to it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/01/29/new-project-workbook/#comment-37610</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Fri, 30 Jan 2009 12:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1985#comment-37610</guid>
		<description>&lt;p&gt;I don&#039;t have a project, but I have some modules &amp; classes that have sets of functionality, I just drag them across as i need them, it&#039;s not like they add much to the workbook size, so even if i want just one thing from a modual, i will put the whole lote there - lazy, but easy! I also try t get the standard modules to work like classes - i.e. replace able in any project, but it never works! Mainly because I go &quot; oh well i go do this properly, but just for this project I do it like this&quot;!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I don&#8217;t have a project, but I have some modules &amp; classes that have sets of functionality, I just drag them across as i need them, it&#8217;s not like they add much to the workbook size, so even if i want just one thing from a modual, i will put the whole lote there &#8211; lazy, but easy! I also try t get the standard modules to work like classes &#8211; i.e. replace able in any project, but it never works! Mainly because I go &#8221; oh well i go do this properly, but just for this project I do it like this&#8221;!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Karel Pieterse</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/01/29/new-project-workbook/#comment-37606</link>
		<dc:creator>Jan Karel Pieterse</dc:creator>
		<pubDate>Fri, 30 Jan 2009 10:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1985#comment-37606</guid>
		<description>&lt;p&gt;I tend to include an modFunctions for generic functions like fUsedRange (which finds the true used range based on cell content), IsIn (which tells you if an items belongs to a collection) and things like that.&lt;br&gt;
And then I have modUtilities, which contains all sorts of small routines to do things like tidying up of styles, listing styles, checking template integrity regarding range names and lots of other stuff. This module only gets included on files where I do heavy lifting Excel work as opposed to plain vanilla VBA programming: e.g. when I build reporting templates.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I tend to include an modFunctions for generic functions like fUsedRange (which finds the true used range based on cell content), IsIn (which tells you if an items belongs to a collection) and things like that.<br />
And then I have modUtilities, which contains all sorts of small routines to do things like tidying up of styles, listing styles, checking template integrity regarding range names and lots of other stuff. This module only gets included on files where I do heavy lifting Excel work as opposed to plain vanilla VBA programming: e.g. when I build reporting templates.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AlexJ</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/01/29/new-project-workbook/#comment-37598</link>
		<dc:creator>AlexJ</dc:creator>
		<pubDate>Fri, 30 Jan 2009 03:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1985#comment-37598</guid>
		<description>&lt;p&gt;Dick,&lt;br&gt;
I&#039;ve just started building a similar construct called AppCore - just like it sounds, it is what all my other apps are built around. As well as similar stuff to your examples, I&#039;m including standard security and access stuff, standardized interfaces to databases, standard logging, version and release control, debug tools, etc.&lt;/p&gt;
&lt;p&gt;Biggest challenge is retrofitting changes to AppCore &quot;2.0? into AppCore &quot;1.0?. I haven&#039;t constructed AppCore as an addin yet, and I&#039;m not really looking forward to it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dick,<br />
I&#8217;ve just started building a similar construct called AppCore &#8211; just like it sounds, it is what all my other apps are built around. As well as similar stuff to your examples, I&#8217;m including standard security and access stuff, standardized interfaces to databases, standard logging, version and release control, debug tools, etc.</p>
<p>Biggest challenge is retrofitting changes to AppCore &#8220;2.0? into AppCore &#8220;1.0?. I haven&#8217;t constructed AppCore as an addin yet, and I&#8217;m not really looking forward to it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

