Hub You
#1 in Business Subscribe Email Print

You are here: Home > Business > Business > Use Custom Automation Of Your Spreadsheet Reports To Drive Down Costs And Increase Your Profits

Tags

  • limit
  • entered
  • extra
  • lower costs
  • spreadsheets combined
  • basic software

  • Links

  • Top Interview Questions for Jobs in Big Companies
  • 5 Burglar Alarm Tips - Getting Insurance Approved Burglar Alarms
  • 4 Powerful Ways to Really Profit from Article Writing
  • Hub You - Use Custom Automation Of Your Spreadsheet Reports To Drive Down Costs And Increase Your Profits

    Is IP The Most Cost Effective Choice For Your Business Communication Applications?
    Too often a business assumes that IP based solutions are the best choice to satisfy their communication requirements. Particulalrly with convergence issues. But....don't get caught making a hasty decision. There are viable options...and factors to consider before making a final choice.One of the problems with convergence is protocol, starting with IP.While we tend to think in terms of Internet and IP, there are alternatives. Dedicated circuits come to mind, followed by frame relay. One option that hasn't gotten much exposure but may offer some real advantages is gigabit Ethernet via fiber optics. The fiber overcomes the distance limitations associated with Ethernet. Ethernet allows for layer 2 switching versus IP based routing. From a private network perspective, this may be an ideal way of lowering overheads and improving latency and jitter issues.The same applies to other transports such as a private radio network. The IP headers are only one solution to source and destination, and are necessary only when joining the public Internet where IPv4 is the required protocol by agreement (not technical requirement). In 1985, the choice of protocol was still being debated, and Ethernet and Token Ring were still fighting for dominance.Moving out of IP opens up other opportunities for improved performance and efficiency in other applications besides voice.From a marketing perspective, "cost effective" applies when taken in the context of the five currencies people use - time, money, security, knowledge, and prestige. Consumerism exists only because people deal in all five currencies and products can find their "cost effective" niche."Money is rarely the issue, but when money is the issue it is the only issue."Fiber to the home or fiber to the curb is a nice thought, and it is becoming more common in new developments here in the US. The economics of this are simple - installing fiber during initial construction costs little more than material at that time, and the cost is buried in the price of the new home to be recouped over 30 years. For the carriers, once a fiber infrastructure is in place at no cost to them its easier to take advantage of it than not. Fiber trunks are routinely installed when major road arteries are reworked. Again, its the economics of reinstalling copper versus installing fiber once the existing facility is compromised by road construction.Unfortunately, this approach will only get FTTH/FTTC to new developments, For existing neighborhoods, conversion will occur when the providers are faced with a major rework due to natural disaster or infrastructure degradation due to age. To count on fiber anytime soon in these areas would be foolish.It is possible today to get up to gigabit Ethernet paths between major metropolitan areas in the US, and to some pa
    oftware applications – though it borrows many of the latter’s features. Think of Excel VBA as being the standalone Visual Basic software, built into Excel for the benefit of Excel users who are not necessarily programmers, but who are keen to exert more control over the application.

    So, Excel VB offers any interested users the necessary tools to make the application deliver more functionality. The final product is still an Excel document, but with extra functionalities added using VBA.

    Why Excel Visual Basic - and NOT Visual Basic?

    1. I always answer this question by asking the following question: What would be the point of "Killing A Fly With A Hammer"?

    Let me elaborate. If a method is available that allows us to achieve the same desired result(s) at LOWER cost, with LESS effort and in LESS time, why should we fail to adopt it?

    Certain IT persons insist that developing executable applications using the standalone Visual Basic programming language is "better" as it does not limit the user to a particular user application software environment. I concede that this might be a valid point under certain conditions. However, I point out that there are many users who have peculiar needs that do not necessarily require complex solutions.

    A lot of people today simply want to get their data recording, (re)organisation, and analysis for decision making done quicker and with less effort. They also want to spend as little money as possible to do this. In other words, they want a cost-effective solution that gives them independence from the solution provider in the long term - without requiring them to undertake laborious skills acquisition immediately.

    This category of everyday users of technology described above are the ones I believe need Excel VB solutions of the type I describe. One expects that some of these users will over time develop an interest in acquiring advanced skills needed to develop their own solutions in future - which is why I also encourage them to do so, possibly via self-tutoring, like I did.

    2. Another question I ask, in answering the "Why Excel VB?" question is : "Why re-invent the wheel? "

    My experiences(and those of others who favour the use of Excel VB like I do), confirm that to organise, and analyse data for (financial/management) report generation and decision making, you will save hundreds of hours using already in-built, pre-programmed Excel functions compared to a situation where you used Visual Basic proper.

    All the functions needed to achieve the above purposes already exist in Excel, so that you don't have to write them all from scratch as would be the case if you were to use Visual Basic.

    3.It works even when you lack "In House" expertise

    For the purpose of creating custom financial and business management solutions that solve your identified problems, and give you control/ownership, without burning a hole in your pocket, Excel VB offers an amazing variety of possibilities, in the hands of an adequately skilled user.

    In addition, an Excel VB developer( who in many cases will tend to be a user turned developer, and is therefore likely to easily see things from your perspective) - unlike a programmer - is more likely to be positively disposed to working with you to ensure the application meets your practical needs. S/he will readily understand that the final application is meant to help solve a real problem(s), and will therefore build it to match those expectations.

    It's not enough to have a professional with the technical skills to solve your problem. s/he also needs to have the right attitude and background/experience - else the relationship will not work. This is where an Excel VB resource is more likely to add value to you. Most Excel VB Developers have backgrounds in management, accounting, engineering and other fields, which further equips them to be useful to you in "thinking up" better ways t

    Medical Billing - Data Problems
    About 98% of all the work done inside of a medical billing program involves data entry. Medical billing databases can reach massive proportions. A company with thousands of clients can have databases that are tens of gigabytes in size. Unfortunately, as databases grow, so do the problems. We'll discuss some of the more common data entry and database problems and how to fix them or even avoid them, when possible.One of the main causes of database problems is with the data entry personnel themselves. Each database program has a certain level of tolerance. Some are more tolerant than others. Those that are less forgiving can come to an abrupt halt when a data entry person types in data that is invalid. We're not talking about typing in a wrong address. We're talking about typing in alphanumeric characters in a numeric field. Most well made programs won't allow this to happen. But the ones that do invite serious trouble because this invalid data can corrupt a database, especially if it happens often. At the very least, the program reading the data will get so confused that it will cease to operate correctly.The best way to avoid this problem is to train data entry personnel properly. Of course, it helps to spend the few extra bucks to get a program that is more forgiving of invalid data or, better yet, a program that won't allow it to happen.Another common and more serious problem is the size of the database. As was mentioned above, large companies can have databases that are very large, especially if they are dealing with thousands of patients. Most programs will have a separate database for patient files, doctor files and so on. So getting a good program is the first step to avoid problems. The reason a large database becomes a problem is because as data increases, along the way, data is also deleted and modified. This constant process causes the database to become unstable. Compressing it often, if the software has that option, is one way to prevent this from happening. Another thing you can do is break up your patient and other files. Maybe have all patients A to M in one database and all N to Z patients in another. Most software programs will give you a way to do this.Another cause of data problems is the hard drive itself. As this drive is constantly being written to, over time, it will begin to wear down. Eventually it will start to lose data. When this happens, the integrity of your database will begin to deteriorate. Bad network connections will also cause data to be written poorly. This will also cause the data to corrupt.By running regular backups, doing maintenance on your equipment, keeping the data entry process simple and by doing what you can to lighten the load on each database, you'll be doing all that you can to prevent your database from turning into d
    Who Needs To Read This Article?

    You will find this article of considerable reading value, if you belong to at least ONE of the following spreadsheet user categories: Owners of Small Businesses - Restaurants/Bars, Hotels, Hospitals, Factories, Consultants etc; Decision Makers/Job Holders in Corporations - Materials Managers, Sales/Marketing Analysts, Financial Analysts/Accountants, Project Engineers; And Anyone desiring to make BETTER sense - and use - of data!

    Spreadsheet Automation Facilitates EFFORTLESS Data Handling, Analysis & Report Generation!

    Sometimes people don't really care about learning(or using) all the "cool' advanced functions, formulas and techniques in the spreadsheet application they use for their work. They just want to punch in their relevant raw data - at any time - and immediately see the computed results generated by the spreadsheet in a manner that can facilitate their important decision making.

    At times, they would prefer to click a button that says "Print ABC", or "Print XYZ" report, instead of having to crawl all over the huge spreadsheet(and get "lost" every now and then), to highlight and print different report pages. Using a custom built data entry form to make data entries into 14 different cells in different parts of a table(at the same time/with one click) would, for them, be "heaven" compared to making the entries one at a time.

    This article is meant for those individuals/businesses who sometimes experience a need to use their spreadsheets in the (somewhat "impersonal"?) manner described above, to get the results they want. That need would often arise out of their lack of requisite skills to get the spreadsheet to behave the way they want - or limited time to devote towards incorporating necessary automation to make it do so.

    In my article titled You Can Increase Your Profits Without Changing Your Prices, I ended with the following summary:

    ---------------------Start Of Excerpt---------------------

    If You Remember Nothing Else, Remember The Following:

    1. One good way to maintain and/or significantly increase your profits without raising your prices, is to reduce your Variable Costs(VCs).

    2. You can reduce your variable costs by marketing more efficiently (getting more customers at lesser cost, AND maintaining them at lower expense). I once read an article that proposed a new parameter COCS: Cost Of Customers Sold or Served). This could be adopted as a Key Performance Indicator(KPI).

    3. You can also reduce your variable costs by innovating more(i.e. developing greater efficiency in your routine internal operations and/or product/service delivery). That way, you would be able to produce/deliver more products and/or services with less effort, in less time, and using less resources. All of these would imply LOWER expenses/costs, leading to INCREASED profit retention per unit of product/service sold.

    4. There is saying that: "You cannot manage something, if you do not measure it. Nor can you measure it, if you do not record it". Spreadsheet tracking will help you conveniently implement and sustain the process of monitoring, controlling and/or reducing your VCs. You will need to do this so as to constantly evaluate progress of your VC monitoring/control and reduction initiatives.

    ---------------------End Of Excerpt---------------------

    A DIFFERENT Type Of Automation

    The approach to spreadsheet automation that I refer to, is one that seeks to provide functional spreadsheet automation alternatives for ANY spreadsheet user task(s). Typically, solutions like this would require the developer to study existing manual data recording, analysis and report generation systems, then plan - in consultation with users - for incorporation of automation into the spreadsheet to replace them, where possible.

    Custom spreadsheet solutions which survive long after the developer has "left the scene", are often those which users accept because they discover it - among other benefits - makes their work quicker and easier to do. That is why the best person to develop such solutions tend to be one who works in that area, and is therefore familiar with the way the manual system operates. S/he would have an "insider's" perspective of the best way to introduce automation other users will readily adopt - even as it solves the identified problem(s).

    In effect what I am saying is that companies which get the most value from spreadsheet automation(including using it to avoid expenditure on less adaptable commercial off the shelf applications) will be those which empower their users to routinely generate "in house" solutions. In such companies, you will find that only when the requirement becomes considerably specialised or complex, does the IT department get called upon to develop or purchase software solutions for user departments or functions with significant data recording and analysis needs.

    So, (when considering the automation I speak about) do not think about spreadsheet documents containing one or two click-able buttons that allow a user print a page or copy some cells from one sheet to another. Instead, I want you to picture an application(or Entreprise Information System) that customises the appearance of your spreadsheet workspace(to take advantage of maximum screen capital available on your PC), and offers you custom "floating" data entry forms.

    In addition, visualise it having dynamic query/report drop menu interfaces, and a variety of custom buttons: for navigation(within and between worksheets), printing, data export (as PDF documents or spreadsheet files), saving, auto-data filtering, auto-charts plotting, auto-backup of files, user login authentication (for documents with sensitive or confidential content) etc.

    To experience the type of automation I refer to, you can email FREE demos of sample automated Excel VB driven spreadsheet applications like (1) a Training Tracking Database™, (2) a Five(5) Year Income & Expense Monitor™ or (3) an Export Packing List & Invoice Generator™ to yourself using the file mailer on my website.

    How A Well Known Corporate Multinational Used Spreadsheet Tracking/Automation To Repeatedly Cut Spending - And Increase Profits

    During my graduate training(while in paid employment), I was redeployed from Guinness Nigeria Plc's corporate headquarters training office(in Lagos) to the Benin brewery training department (in Edo state), where I was assigned the - additional - job of using a custom Lotus macros driven Variable Cost Analysis spreadsheet application to generate brewery reports for dispatch to headquarters.

    The assignment was not an accident. Before being redeployed to Benin brewery, I had been involved in "validating" the numerous complex formulas in the custom Lotus 1-2-3 spreadsheet application during its development. The author - Richard Chambers - was at the time in charge(as Training Coordinator) of training new entrants, and upon discovering my keen interest in learning, often gave me his laptop to "proof" formulas, links etc. It was he who had told his counterpart in Benin brewery(Joe Sheehy) that I could help out with a problem they were having using the application. And I did resolve the problem - resulting in my subsequently becoming responsible for the reports collation using the application.

    Variable Costs Control/Reduction was a strategy that worked extremely well for the company. Most memorable for me as a brewer, was the manner in which huge monetary savings/profit gains were made by successfully implementing variable cost reduction initiatives. For instance, a brewing ingredient switch was made to a more readily available local alternative which was many times cheaper, resulting in phenomenal savings and progressively increasing profit earnings even though the price of beer produced was not raised. This practice was routinely applied across the brewing and packaging processes in line with a well thought out plan.

    To elaborate further: A one-page Variable Costs Analysis report sheet automatically generated by the custom spreadsheet application I earlier described, was a powerful tool used by top management to quickly assess performances of individual breweries. Among other benefits, the report made it quite easy to realistically compare sister breweries in different locations(even across countries) based on common denominators. Apart from summarising brewing/packaging materials in two groups - "Over-used/Over-spent"(Losses) and "Under-used/Under-spent"(Savings) - on a monthly basis based on data entered, the program also automatically plotted charts showing trends over a 12 month period.

    The visiting head of the technical function only needed to look at the most recently plotted point on the chart (relative to preceding ones) for a Key Performance Indicator like Cost per Hectolitres brewed(One Hectolitre = 100 Litres), to know if the brewery had stayed within the approved upper limit of spend(plotted as a straight line target across the same period) or not. Discussions would then take place based on identified "Exceptions"(which could be "good" e.g. savings made or "bad" e.g. monetary loss due to materials over-used), and "Actions To Be Taken" to correct or maintain observed performances agreed upon.

    Spreadsheet Tracking As A Crucial Element For Business Development

    There are ways you can use spreadsheets to record and track materials usages/stocks, product sales, and other business data such that discrepancies will be easily detected when they do occur. The use of spreadsheets when properly done, can help to uncover the cause(s) of "losses" in virtually any aspect of a business operation.

    1. The Pareto Principle - Using spreadsheet tracking, you can easily apply the Pareto principle in deciding which of your income sources and expense channels(i.e. products and services sales) to focus on in order to maximize profits. Considering that you are most likely to use the same marketing/sales resources to serve your customers, it only follows that if you focus on your biggest margin selling products/services, you will get increased profits at more or less the same cost.

    One Possible Application: Plotting a pie chart based on income contributions from all your products and services(daily, weekly or monthly), and reviewing the automatically computed percentages/visual pie slices, can give very illuminating insight.

    The 80:20 Pareto principle is based on Pareto's theory that 80% of the results one gets in a particular endeavour will be mainly due to 20% of areas to which one has applied efforts. In business this principle has been found to be true. Your data, properly converted into appropriate performance indicators, will show you where your largest margins come from. You can then channel more time and effort in that direction.

    For instance if a company had five drink brands in the market but notices that Brand A, which has a profit margin of at least twice the others is in greatest demand, they could (a) focus production efforts on that brand, so that more bottles go out to trade (b) Apply Best Practice/Continuous Improvement initiatives that would result in lower costs of producing each bottle of Brand A so that even though the market price remains fixed, the company is able to earn increasing profit margins per bottle.

    2. Sourcing Capital – For Expansion or Startup. You can make it easier for banks and prospective investors to back you financially and/or take the decision to buy into your business. Those already running their businesses will know that banks like to see detailed business records that show in real terms all aspects of a business' performance. Without detailed and comprehensive spreadsheet tracking, it might be difficult to show this. Agreed there are software applications that capture most of these. However, sometimes, you want to highlight certain scenarios or trends in a way that an off-the-shelf application cannot accommodate due to the uniqueness of your need. It is in this regard that the use of spreadsheet tracking becomes relevant.

    The intelligent use of spreadsheets, combined with the application of the 80:20 rule will help to achieve the foregoing and more. One does not need any expert to start doing these things today. Just take the decision to start keeping daily, accurate records and commit to analysing them. You'll be surprised to find that you will soon become much more aware of how you're doing and what aspects of your business you should focus on more to get better returns for your efforts - and you will be able to confidently supply verifiable/authentic financial data to back up any claims you make about your business performance to bankers or prospective investors.

    Deciding What Spreadsheet Application To Use

    This would ultimately be up to you. The big "fight" has always been between Lotus 1-2-3 and Microsoft Excel. I started out with Lotus 1-2-3 back in 1993 and learnt Lotus Macros programming(via self-tutoring). I eventually used this skill to develop - in my free time - various custom spreadsheet solutions(that were formally adopted for use in the departments I worked in as a brewer/manager in Guinness), before switching to Microsoft Excel in 2001. Subsequently, I developed my Excel Visual Basic spreadsheet programming skills (also via self-tutoring), because the company had chosen to adopt MS Office during the roll over to year 2000.

    I believe using either of these two applications should not pose any problems for implementing your spreadsheet automation ideas. This is because both have always been "friendly", towards making it easy for users to get more functionality out of them by way of custom programming.

    You can choose to learn how to do it yourself - or call in someone(an Excel VB Solutions Developer for instance) who knows how. Again, this would be dependent on your purpose, how proficient you are, and/or how much time you have at your disposal. Ultimately, even if someone develops a custom application for you, it should happen with YOUR guidance at every point to ensure that it does EXACTLY what you want it to do, and that you can easily - with your developer's support/coaching - learn how to make modifications to it in future, without needing to call back your developer.

    This last point in my opinion is ONE major benefit you must seek to extract, if you choose to engage the services of a developer. S/he should be able to help you develop (in-house) expertise needed to maintain the application AFTER s/he is gone. If you fail to ensure this, all your cost-savings from using the application might end up being spent paying the developer to maintain the application over time in the future!

    From this point on, I will refer to only one of the above mentioned applications, because it is my preferred work environment. That is Microsoft Excel. I believe users of other spreadsheet applications will be able to adapt whatever I say from here for use in their own peculiar environments.

    Automating Your Spreadsheet Document : What is Excel VB?

    Microsoft Excel is a powerful tool for recording, organising/re-organising, analysing and presenting information. By Excel VB, I refer to Excel VBA - where VBA means Visual Basic for Applications(VBA). VBA refers to the highly extensive and flexible macro programming language developed by Microsoft for use in their MS office applications – Word, Power Point, etc.

    VBA is therefore different from the Standalone Visual Basic program used(by professional programmers) for developing commercial quality software applications – though it borrows many of the latter’s features. Think of Excel VBA as being the standalone Visual Basic software, built into Excel for the benefit of Excel users who are not necessarily programmers, but who are keen to exert more control over the application.

    So, Excel VB offers any interested users the necessary tools to make the application deliver more functionality. The final product is still an Excel document, but with extra functionalities added using VBA.

    Why Excel Visual Basic - and NOT Visual Basic?

    1. I always answer this question by asking the following question: What would be the point of "Killing A Fly With A Hammer"?

    Let me elaborate. If a method is available that allows us to achieve the same desired result(s) at LOWER cost, with LESS effort and in LESS time, why should we fail to adopt it?

    Certain IT persons insist that developing executable applications using the standalone Visual Basic programming language is "better" as it does not limit the user to a particular user application software environment. I concede that this might be a valid point under certain conditions. However, I point out that there are many users who have peculiar needs that do not necessarily require complex solutions.

    A lot of people today simply want to get their data recording, (re)organisation, and analysis for decision making done quicker and with less effort. They also want to spend as little money as possible to do this. In other words, they want a cost-effective solution that gives them independence from the solution provider in the long term - without requiring them to undertake laborious skills acquisition immediately.

    This category of everyday users of technology described above are the ones I believe need Excel VB solutions of the type I describe. One expects that some of these users will over time develop an interest in acquiring advanced skills needed to develop their own solutions in future - which is why I also encourage them to do so, possibly via self-tutoring, like I did.

    2. Another question I ask, in answering the "Why Excel VB?" question is : "Why re-invent the wheel? "

    My experiences(and those of others who favour the use of Excel VB like I do), confirm that to organise, and analyse data for (financial/management) report generation and decision making, you will save hundreds of hours using already in-built, pre-programmed Excel functions compared to a situation where you used Visual Basic proper.

    All the functions needed to achieve the above purposes already exist in Excel, so that you don't have to write them all from scratch as would be the case if you were to use Visual Basic.

    3.It works even when you lack "In House" expertise

    For the purpose of creating custom financial and business management solutions that solve your identified problems, and give you control/ownership, without burning a hole in your pocket, Excel VB offers an amazing variety of possibilities, in the hands of an adequately skilled user.

    In addition, an Excel VB developer( who in many cases will tend to be a user turned developer, and is therefore likely to easily see things from your perspective) - unlike a programmer - is more likely to be positively disposed to working with you to ensure the application meets your practical needs. S/he will readily understand that the final application is meant to help solve a real problem(s), and will therefore build it to match those expectations.

    It's not enough to have a professional with the technical skills to solve your problem. s/he also needs to have the right attitude and background/experience - else the relationship will not work. This is where an Excel VB resource is more likely to add value to you. Most Excel VB Developers have backgrounds in management, accounting, engineering and other fields, which further equips them to be useful to you in "thinking up" better ways to

    NACS 2006 Trade Show Review
    I visited the NACS, National Association of Convenience Stores, this past week. It is a trade show and conference event for everyone involved in selling to or running convenience stores.If your beverage or other product can be sold at convenience stores, this show is for you. It is visited by buyers from distribution companies, convenience stores and supermarkets.First of all you need to know that the exhibitors at this trade show are not convenience stores. Instead, they are all suppliers to convenience stores. Many people believe that 7-Eleven, Circle K, Valero, Shell, Chevron, Safeway, Albertsons, Walgreens, Supervalu, AVC, or Kroger will be exhibiting their own booths, allowing you to go and talk with them or sell them your products. This is not the case. If you want to sell to distributors or retailers at the show, you need a booth.Retail stores don't exhibit at the NACS, suppliers to these stores or companies that want to be suppliers to these stores have the booths. Buyers from convenience stores and even distributors are the ones walking the floor looking for new products. On the beverage side you see exhibitors like Rockstar Energy Drink, Monster Energy Drink, Red Bull Energy Drink, Fiji Water, Fuze, Clearly Canadian, Coca Cola, Pepsi Cola, Budweiser Beer, Miller Beer, and many other new and existing brands.If you plan on having a booth you will talk to small and large distributors and retail stores that come to your booth and probably end up with many leads and hopefully some sales.If you are there to walk the floor you will see what many other manufacturers or product brands are doing, their new products, and how they are selling to retailers and wholesalers.A great strategy whether you have a booth or not is to make appointments. This is true not only for this trade show but any other. This is a strategy I've used for years with great success. I call, mail, email, or fax all my contacts and leads before hand and let them know that I will be attending a particular trade show. The result is that my schedule is packed with sales meetings as it was at the NACS this year.When you get back to your office don't forget to follow up with all your contacts. Follow up by email first instead of phone. Most of your contacts will be busy with their contacts and getting back to the normal office hustle after being out of the office for a couple of days. After you follow up by email wait a week and call them to continue your sales or buying process.This year's NACS show in Las Vegas was a good one, organized a little differently, for the better; it was much easier to find what I was looking for, in this case, point of sale material and distributors.
    developer has "left the scene", are often those which users accept because they discover it - among other benefits - makes their work quicker and easier to do. That is why the best person to develop such solutions tend to be one who works in that area, and is therefore familiar with the way the manual system operates. S/he would have an "insider's" perspective of the best way to introduce automation other users will readily adopt - even as it solves the identified problem(s).

    In effect what I am saying is that companies which get the most value from spreadsheet automation(including using it to avoid expenditure on less adaptable commercial off the shelf applications) will be those which empower their users to routinely generate "in house" solutions. In such companies, you will find that only when the requirement becomes considerably specialised or complex, does the IT department get called upon to develop or purchase software solutions for user departments or functions with significant data recording and analysis needs.

    So, (when considering the automation I speak about) do not think about spreadsheet documents containing one or two click-able buttons that allow a user print a page or copy some cells from one sheet to another. Instead, I want you to picture an application(or Entreprise Information System) that customises the appearance of your spreadsheet workspace(to take advantage of maximum screen capital available on your PC), and offers you custom "floating" data entry forms.

    In addition, visualise it having dynamic query/report drop menu interfaces, and a variety of custom buttons: for navigation(within and between worksheets), printing, data export (as PDF documents or spreadsheet files), saving, auto-data filtering, auto-charts plotting, auto-backup of files, user login authentication (for documents with sensitive or confidential content) etc.

    To experience the type of automation I refer to, you can email FREE demos of sample automated Excel VB driven spreadsheet applications like (1) a Training Tracking Database™, (2) a Five(5) Year Income & Expense Monitor™ or (3) an Export Packing List & Invoice Generator™ to yourself using the file mailer on my website.

    How A Well Known Corporate Multinational Used Spreadsheet Tracking/Automation To Repeatedly Cut Spending - And Increase Profits

    During my graduate training(while in paid employment), I was redeployed from Guinness Nigeria Plc's corporate headquarters training office(in Lagos) to the Benin brewery training department (in Edo state), where I was assigned the - additional - job of using a custom Lotus macros driven Variable Cost Analysis spreadsheet application to generate brewery reports for dispatch to headquarters.

    The assignment was not an accident. Before being redeployed to Benin brewery, I had been involved in "validating" the numerous complex formulas in the custom Lotus 1-2-3 spreadsheet application during its development. The author - Richard Chambers - was at the time in charge(as Training Coordinator) of training new entrants, and upon discovering my keen interest in learning, often gave me his laptop to "proof" formulas, links etc. It was he who had told his counterpart in Benin brewery(Joe Sheehy) that I could help out with a problem they were having using the application. And I did resolve the problem - resulting in my subsequently becoming responsible for the reports collation using the application.

    Variable Costs Control/Reduction was a strategy that worked extremely well for the company. Most memorable for me as a brewer, was the manner in which huge monetary savings/profit gains were made by successfully implementing variable cost reduction initiatives. For instance, a brewing ingredient switch was made to a more readily available local alternative which was many times cheaper, resulting in phenomenal savings and progressively increasing profit earnings even though the price of beer produced was not raised. This practice was routinely applied across the brewing and packaging processes in line with a well thought out plan.

    To elaborate further: A one-page Variable Costs Analysis report sheet automatically generated by the custom spreadsheet application I earlier described, was a powerful tool used by top management to quickly assess performances of individual breweries. Among other benefits, the report made it quite easy to realistically compare sister breweries in different locations(even across countries) based on common denominators. Apart from summarising brewing/packaging materials in two groups - "Over-used/Over-spent"(Losses) and "Under-used/Under-spent"(Savings) - on a monthly basis based on data entered, the program also automatically plotted charts showing trends over a 12 month period.

    The visiting head of the technical function only needed to look at the most recently plotted point on the chart (relative to preceding ones) for a Key Performance Indicator like Cost per Hectolitres brewed(One Hectolitre = 100 Litres), to know if the brewery had stayed within the approved upper limit of spend(plotted as a straight line target across the same period) or not. Discussions would then take place based on identified "Exceptions"(which could be "good" e.g. savings made or "bad" e.g. monetary loss due to materials over-used), and "Actions To Be Taken" to correct or maintain observed performances agreed upon.

    Spreadsheet Tracking As A Crucial Element For Business Development

    There are ways you can use spreadsheets to record and track materials usages/stocks, product sales, and other business data such that discrepancies will be easily detected when they do occur. The use of spreadsheets when properly done, can help to uncover the cause(s) of "losses" in virtually any aspect of a business operation.

    1. The Pareto Principle - Using spreadsheet tracking, you can easily apply the Pareto principle in deciding which of your income sources and expense channels(i.e. products and services sales) to focus on in order to maximize profits. Considering that you are most likely to use the same marketing/sales resources to serve your customers, it only follows that if you focus on your biggest margin selling products/services, you will get increased profits at more or less the same cost.

    One Possible Application: Plotting a pie chart based on income contributions from all your products and services(daily, weekly or monthly), and reviewing the automatically computed percentages/visual pie slices, can give very illuminating insight.

    The 80:20 Pareto principle is based on Pareto's theory that 80% of the results one gets in a particular endeavour will be mainly due to 20% of areas to which one has applied efforts. In business this principle has been found to be true. Your data, properly converted into appropriate performance indicators, will show you where your largest margins come from. You can then channel more time and effort in that direction.

    For instance if a company had five drink brands in the market but notices that Brand A, which has a profit margin of at least twice the others is in greatest demand, they could (a) focus production efforts on that brand, so that more bottles go out to trade (b) Apply Best Practice/Continuous Improvement initiatives that would result in lower costs of producing each bottle of Brand A so that even though the market price remains fixed, the company is able to earn increasing profit margins per bottle.

    2. Sourcing Capital – For Expansion or Startup. You can make it easier for banks and prospective investors to back you financially and/or take the decision to buy into your business. Those already running their businesses will know that banks like to see detailed business records that show in real terms all aspects of a business' performance. Without detailed and comprehensive spreadsheet tracking, it might be difficult to show this. Agreed there are software applications that capture most of these. However, sometimes, you want to highlight certain scenarios or trends in a way that an off-the-shelf application cannot accommodate due to the uniqueness of your need. It is in this regard that the use of spreadsheet tracking becomes relevant.

    The intelligent use of spreadsheets, combined with the application of the 80:20 rule will help to achieve the foregoing and more. One does not need any expert to start doing these things today. Just take the decision to start keeping daily, accurate records and commit to analysing them. You'll be surprised to find that you will soon become much more aware of how you're doing and what aspects of your business you should focus on more to get better returns for your efforts - and you will be able to confidently supply verifiable/authentic financial data to back up any claims you make about your business performance to bankers or prospective investors.

    Deciding What Spreadsheet Application To Use

    This would ultimately be up to you. The big "fight" has always been between Lotus 1-2-3 and Microsoft Excel. I started out with Lotus 1-2-3 back in 1993 and learnt Lotus Macros programming(via self-tutoring). I eventually used this skill to develop - in my free time - various custom spreadsheet solutions(that were formally adopted for use in the departments I worked in as a brewer/manager in Guinness), before switching to Microsoft Excel in 2001. Subsequently, I developed my Excel Visual Basic spreadsheet programming skills (also via self-tutoring), because the company had chosen to adopt MS Office during the roll over to year 2000.

    I believe using either of these two applications should not pose any problems for implementing your spreadsheet automation ideas. This is because both have always been "friendly", towards making it easy for users to get more functionality out of them by way of custom programming.

    You can choose to learn how to do it yourself - or call in someone(an Excel VB Solutions Developer for instance) who knows how. Again, this would be dependent on your purpose, how proficient you are, and/or how much time you have at your disposal. Ultimately, even if someone develops a custom application for you, it should happen with YOUR guidance at every point to ensure that it does EXACTLY what you want it to do, and that you can easily - with your developer's support/coaching - learn how to make modifications to it in future, without needing to call back your developer.

    This last point in my opinion is ONE major benefit you must seek to extract, if you choose to engage the services of a developer. S/he should be able to help you develop (in-house) expertise needed to maintain the application AFTER s/he is gone. If you fail to ensure this, all your cost-savings from using the application might end up being spent paying the developer to maintain the application over time in the future!

    From this point on, I will refer to only one of the above mentioned applications, because it is my preferred work environment. That is Microsoft Excel. I believe users of other spreadsheet applications will be able to adapt whatever I say from here for use in their own peculiar environments.

    Automating Your Spreadsheet Document : What is Excel VB?

    Microsoft Excel is a powerful tool for recording, organising/re-organising, analysing and presenting information. By Excel VB, I refer to Excel VBA - where VBA means Visual Basic for Applications(VBA). VBA refers to the highly extensive and flexible macro programming language developed by Microsoft for use in their MS office applications – Word, Power Point, etc.

    VBA is therefore different from the Standalone Visual Basic program used(by professional programmers) for developing commercial quality software applications – though it borrows many of the latter’s features. Think of Excel VBA as being the standalone Visual Basic software, built into Excel for the benefit of Excel users who are not necessarily programmers, but who are keen to exert more control over the application.

    So, Excel VB offers any interested users the necessary tools to make the application deliver more functionality. The final product is still an Excel document, but with extra functionalities added using VBA.

    Why Excel Visual Basic - and NOT Visual Basic?

    1. I always answer this question by asking the following question: What would be the point of "Killing A Fly With A Hammer"?

    Let me elaborate. If a method is available that allows us to achieve the same desired result(s) at LOWER cost, with LESS effort and in LESS time, why should we fail to adopt it?

    Certain IT persons insist that developing executable applications using the standalone Visual Basic programming language is "better" as it does not limit the user to a particular user application software environment. I concede that this might be a valid point under certain conditions. However, I point out that there are many users who have peculiar needs that do not necessarily require complex solutions.

    A lot of people today simply want to get their data recording, (re)organisation, and analysis for decision making done quicker and with less effort. They also want to spend as little money as possible to do this. In other words, they want a cost-effective solution that gives them independence from the solution provider in the long term - without requiring them to undertake laborious skills acquisition immediately.

    This category of everyday users of technology described above are the ones I believe need Excel VB solutions of the type I describe. One expects that some of these users will over time develop an interest in acquiring advanced skills needed to develop their own solutions in future - which is why I also encourage them to do so, possibly via self-tutoring, like I did.

    2. Another question I ask, in answering the "Why Excel VB?" question is : "Why re-invent the wheel? "

    My experiences(and those of others who favour the use of Excel VB like I do), confirm that to organise, and analyse data for (financial/management) report generation and decision making, you will save hundreds of hours using already in-built, pre-programmed Excel functions compared to a situation where you used Visual Basic proper.

    All the functions needed to achieve the above purposes already exist in Excel, so that you don't have to write them all from scratch as would be the case if you were to use Visual Basic.

    3.It works even when you lack "In House" expertise

    For the purpose of creating custom financial and business management solutions that solve your identified problems, and give you control/ownership, without burning a hole in your pocket, Excel VB offers an amazing variety of possibilities, in the hands of an adequately skilled user.

    In addition, an Excel VB developer( who in many cases will tend to be a user turned developer, and is therefore likely to easily see things from your perspective) - unlike a programmer - is more likely to be positively disposed to working with you to ensure the application meets your practical needs. S/he will readily understand that the final application is meant to help solve a real problem(s), and will therefore build it to match those expectations.

    It's not enough to have a professional with the technical skills to solve your problem. s/he also needs to have the right attitude and background/experience - else the relationship will not work. This is where an Excel VB resource is more likely to add value to you. Most Excel VB Developers have backgrounds in management, accounting, engineering and other fields, which further equips them to be useful to you in "thinking up" better ways t

    How to Make an Fixer-Upper's Kitchen Working and Spanking Cool
    Kitchens are one of the busiest parts of the house. Many things go on in the kitchen and this is why it’s often the dirtiest, most abused and most in need of repair in the whole house. If you’re planning on investing in an fixer-upper, be sure that one of your top priorities will be renovating the kitchen.How Do You Plan on Marketing the House?Before you touch even one object or take one brick out of the kitchen, consider first how you plan on marketing the house. Consider the house’s size. Consider the neighborhood. Is it more suited to become a family home, an apartment or a bachelor’s pad? The answer to this question will enable you to learn as well what type of kitchen would be best to use or create.A bachelor’s pad, for instance, would only need a simple but functional kitchen – if the kitchen area is too big, you should consider making the area smaller if your budget allows.A family home, however, would need lots and lots of space in the kitchen because this is one of the communal spots of the house and where everybody gathers for some quality family time.How Much Are You Willing and Able to Spend?Keep in mind that those questions are completely different but you have to reach a compromise between the answers to both questions. It’s more difficult to save money when redesigning or renovating a kitchen than a bedroom. There are more accessories available to make a bedroom or even a living room more beautiful for a relatively small amount. Kitchen accessories, however, are comparatively limited and only few of them are priced cheaply.Consider Giving the Kitchen a FaceliftTake a critical full structural survey of the kitchen. Take snapshots of every corner of the room. Try appraising it with an unbiased eye. Is it in need of major repairs or is it only in need of a makeover and a fresh new appearance? If it’s the latter then maybe all it needs is a simple facelift. A facelift involves making superficial changes, nothing major or anything that would require you to spend loads of money. Facelifts include but aren't limited to removing old wallpaper, re-applying varnish to kitchen cabinets, laminating countertops and changing faucets.Are There Any Time Constraints?If, for any reason, you are subject to time constraints, you need to consider this while making remodeling plans for the kitchen. How long do you think it will take you to accomplish your plans? If you are in need of contractors, have them give you an estimate on the number of days they need in order to complete their job. If you are going to order materials or supplies, ask how long it will take to deliver them to your home. Give your project at least one week’s allowance for delays or problems. If there’s a possibility that you won’t be able to meet the deadline, consider altering some of your plan
    ting in phenomenal savings and progressively increasing profit earnings even though the price of beer produced was not raised. This practice was routinely applied across the brewing and packaging processes in line with a well thought out plan.

    To elaborate further: A one-page Variable Costs Analysis report sheet automatically generated by the custom spreadsheet application I earlier described, was a powerful tool used by top management to quickly assess performances of individual breweries. Among other benefits, the report made it quite easy to realistically compare sister breweries in different locations(even across countries) based on common denominators. Apart from summarising brewing/packaging materials in two groups - "Over-used/Over-spent"(Losses) and "Under-used/Under-spent"(Savings) - on a monthly basis based on data entered, the program also automatically plotted charts showing trends over a 12 month period.

    The visiting head of the technical function only needed to look at the most recently plotted point on the chart (relative to preceding ones) for a Key Performance Indicator like Cost per Hectolitres brewed(One Hectolitre = 100 Litres), to know if the brewery had stayed within the approved upper limit of spend(plotted as a straight line target across the same period) or not. Discussions would then take place based on identified "Exceptions"(which could be "good" e.g. savings made or "bad" e.g. monetary loss due to materials over-used), and "Actions To Be Taken" to correct or maintain observed performances agreed upon.

    Spreadsheet Tracking As A Crucial Element For Business Development

    There are ways you can use spreadsheets to record and track materials usages/stocks, product sales, and other business data such that discrepancies will be easily detected when they do occur. The use of spreadsheets when properly done, can help to uncover the cause(s) of "losses" in virtually any aspect of a business operation.

    1. The Pareto Principle - Using spreadsheet tracking, you can easily apply the Pareto principle in deciding which of your income sources and expense channels(i.e. products and services sales) to focus on in order to maximize profits. Considering that you are most likely to use the same marketing/sales resources to serve your customers, it only follows that if you focus on your biggest margin selling products/services, you will get increased profits at more or less the same cost.

    One Possible Application: Plotting a pie chart based on income contributions from all your products and services(daily, weekly or monthly), and reviewing the automatically computed percentages/visual pie slices, can give very illuminating insight.

    The 80:20 Pareto principle is based on Pareto's theory that 80% of the results one gets in a particular endeavour will be mainly due to 20% of areas to which one has applied efforts. In business this principle has been found to be true. Your data, properly converted into appropriate performance indicators, will show you where your largest margins come from. You can then channel more time and effort in that direction.

    For instance if a company had five drink brands in the market but notices that Brand A, which has a profit margin of at least twice the others is in greatest demand, they could (a) focus production efforts on that brand, so that more bottles go out to trade (b) Apply Best Practice/Continuous Improvement initiatives that would result in lower costs of producing each bottle of Brand A so that even though the market price remains fixed, the company is able to earn increasing profit margins per bottle.

    2. Sourcing Capital – For Expansion or Startup. You can make it easier for banks and prospective investors to back you financially and/or take the decision to buy into your business. Those already running their businesses will know that banks like to see detailed business records that show in real terms all aspects of a business' performance. Without detailed and comprehensive spreadsheet tracking, it might be difficult to show this. Agreed there are software applications that capture most of these. However, sometimes, you want to highlight certain scenarios or trends in a way that an off-the-shelf application cannot accommodate due to the uniqueness of your need. It is in this regard that the use of spreadsheet tracking becomes relevant.

    The intelligent use of spreadsheets, combined with the application of the 80:20 rule will help to achieve the foregoing and more. One does not need any expert to start doing these things today. Just take the decision to start keeping daily, accurate records and commit to analysing them. You'll be surprised to find that you will soon become much more aware of how you're doing and what aspects of your business you should focus on more to get better returns for your efforts - and you will be able to confidently supply verifiable/authentic financial data to back up any claims you make about your business performance to bankers or prospective investors.

    Deciding What Spreadsheet Application To Use

    This would ultimately be up to you. The big "fight" has always been between Lotus 1-2-3 and Microsoft Excel. I started out with Lotus 1-2-3 back in 1993 and learnt Lotus Macros programming(via self-tutoring). I eventually used this skill to develop - in my free time - various custom spreadsheet solutions(that were formally adopted for use in the departments I worked in as a brewer/manager in Guinness), before switching to Microsoft Excel in 2001. Subsequently, I developed my Excel Visual Basic spreadsheet programming skills (also via self-tutoring), because the company had chosen to adopt MS Office during the roll over to year 2000.

    I believe using either of these two applications should not pose any problems for implementing your spreadsheet automation ideas. This is because both have always been "friendly", towards making it easy for users to get more functionality out of them by way of custom programming.

    You can choose to learn how to do it yourself - or call in someone(an Excel VB Solutions Developer for instance) who knows how. Again, this would be dependent on your purpose, how proficient you are, and/or how much time you have at your disposal. Ultimately, even if someone develops a custom application for you, it should happen with YOUR guidance at every point to ensure that it does EXACTLY what you want it to do, and that you can easily - with your developer's support/coaching - learn how to make modifications to it in future, without needing to call back your developer.

    This last point in my opinion is ONE major benefit you must seek to extract, if you choose to engage the services of a developer. S/he should be able to help you develop (in-house) expertise needed to maintain the application AFTER s/he is gone. If you fail to ensure this, all your cost-savings from using the application might end up being spent paying the developer to maintain the application over time in the future!

    From this point on, I will refer to only one of the above mentioned applications, because it is my preferred work environment. That is Microsoft Excel. I believe users of other spreadsheet applications will be able to adapt whatever I say from here for use in their own peculiar environments.

    Automating Your Spreadsheet Document : What is Excel VB?

    Microsoft Excel is a powerful tool for recording, organising/re-organising, analysing and presenting information. By Excel VB, I refer to Excel VBA - where VBA means Visual Basic for Applications(VBA). VBA refers to the highly extensive and flexible macro programming language developed by Microsoft for use in their MS office applications – Word, Power Point, etc.

    VBA is therefore different from the Standalone Visual Basic program used(by professional programmers) for developing commercial quality software applications – though it borrows many of the latter’s features. Think of Excel VBA as being the standalone Visual Basic software, built into Excel for the benefit of Excel users who are not necessarily programmers, but who are keen to exert more control over the application.

    So, Excel VB offers any interested users the necessary tools to make the application deliver more functionality. The final product is still an Excel document, but with extra functionalities added using VBA.

    Why Excel Visual Basic - and NOT Visual Basic?

    1. I always answer this question by asking the following question: What would be the point of "Killing A Fly With A Hammer"?

    Let me elaborate. If a method is available that allows us to achieve the same desired result(s) at LOWER cost, with LESS effort and in LESS time, why should we fail to adopt it?

    Certain IT persons insist that developing executable applications using the standalone Visual Basic programming language is "better" as it does not limit the user to a particular user application software environment. I concede that this might be a valid point under certain conditions. However, I point out that there are many users who have peculiar needs that do not necessarily require complex solutions.

    A lot of people today simply want to get their data recording, (re)organisation, and analysis for decision making done quicker and with less effort. They also want to spend as little money as possible to do this. In other words, they want a cost-effective solution that gives them independence from the solution provider in the long term - without requiring them to undertake laborious skills acquisition immediately.

    This category of everyday users of technology described above are the ones I believe need Excel VB solutions of the type I describe. One expects that some of these users will over time develop an interest in acquiring advanced skills needed to develop their own solutions in future - which is why I also encourage them to do so, possibly via self-tutoring, like I did.

    2. Another question I ask, in answering the "Why Excel VB?" question is : "Why re-invent the wheel? "

    My experiences(and those of others who favour the use of Excel VB like I do), confirm that to organise, and analyse data for (financial/management) report generation and decision making, you will save hundreds of hours using already in-built, pre-programmed Excel functions compared to a situation where you used Visual Basic proper.

    All the functions needed to achieve the above purposes already exist in Excel, so that you don't have to write them all from scratch as would be the case if you were to use Visual Basic.

    3.It works even when you lack "In House" expertise

    For the purpose of creating custom financial and business management solutions that solve your identified problems, and give you control/ownership, without burning a hole in your pocket, Excel VB offers an amazing variety of possibilities, in the hands of an adequately skilled user.

    In addition, an Excel VB developer( who in many cases will tend to be a user turned developer, and is therefore likely to easily see things from your perspective) - unlike a programmer - is more likely to be positively disposed to working with you to ensure the application meets your practical needs. S/he will readily understand that the final application is meant to help solve a real problem(s), and will therefore build it to match those expectations.

    It's not enough to have a professional with the technical skills to solve your problem. s/he also needs to have the right attitude and background/experience - else the relationship will not work. This is where an Excel VB resource is more likely to add value to you. Most Excel VB Developers have backgrounds in management, accounting, engineering and other fields, which further equips them to be useful to you in "thinking up" better ways t

    Top 5 'New Business' Mistakes To Avoid When Opening A New Restaurant
    “Businesses with fewer than 20 employees have only a 37%chance of surviving four years (of business) and only a 9% chance of surviving 10 years. Restaurants only have a 20% chance of surviving 2 years. Of these failed business, only 10% of them close involuntarily due to bankruptcy and the remaining 90% close because the business was not successful, did not provide the level of income desired, or was too much work for their efforts.”–excerpt taken from an article written by Rob Holland, ‘Planning Against a Business Failure’As a new restaurant owner (or soon to be), that quote must have sent chills up your spine. Everyday, people are pouring their entire life savings, betting their children’s education funds, and risking their marriage to fulfill a life long dream of opening their own restaurant. No doubt, there are risks involved – lots of risks. It’s important to not tumble into the traps that have already robbed the dreams of so many restaurateurs.Making mistakes is a part of learning - as the old saying goes ‘learn from your mistakes’. However, time and time again entrepreneurs continue to make mistakes and not learn from them. Just like people, organizations tend to make mistakes repeatedly; are adverse in setting up a guard against making mistakes; and tends to focus on the bad while overlooking the good. Business owners often forget to look on the bright side to see what they are doing right.Mistake #1 (and the biggest one): Failure to PlanI cannot place enough emphasis on the importance of planning. This critical success factor is often overlooked by current jobs, life styles, personal schedules, and other important details that go into opening a new restaurant. Business and market planning should be the first and foremost step to take when deciding to pursue a new venture. By doing your due diligence and taking the time to research the full potential of your products, service and customer base will give you a clear picture of whether or not your dream is destined for success or failure.Business and market planning will also give you an insight into the barriers and obstacles you may encounter along the way. You get to know the players that exist in the industry and how to compete in the game. You will know what types of funding you need (because you will need funding!) – what government funds and bank loans will you require at start up? You need to formulate financial plans on how to effectively use your funds. You will have an idea of when you plan to break-even and how fast you plan to expand. A detailed business plan will also assist in obtaining investments. You need to confidently show that you conducted research and have planned strategies on how to reach repayment.This is essentially the road map on how you will achieve success. Think about it: you see the big pictu
    ecords that show in real terms all aspects of a business' performance. Without detailed and comprehensive spreadsheet tracking, it might be difficult to show this. Agreed there are software applications that capture most of these. However, sometimes, you want to highlight certain scenarios or trends in a way that an off-the-shelf application cannot accommodate due to the uniqueness of your need. It is in this regard that the use of spreadsheet tracking becomes relevant.

    The intelligent use of spreadsheets, combined with the application of the 80:20 rule will help to achieve the foregoing and more. One does not need any expert to start doing these things today. Just take the decision to start keeping daily, accurate records and commit to analysing them. You'll be surprised to find that you will soon become much more aware of how you're doing and what aspects of your business you should focus on more to get better returns for your efforts - and you will be able to confidently supply verifiable/authentic financial data to back up any claims you make about your business performance to bankers or prospective investors.

    Deciding What Spreadsheet Application To Use

    This would ultimately be up to you. The big "fight" has always been between Lotus 1-2-3 and Microsoft Excel. I started out with Lotus 1-2-3 back in 1993 and learnt Lotus Macros programming(via self-tutoring). I eventually used this skill to develop - in my free time - various custom spreadsheet solutions(that were formally adopted for use in the departments I worked in as a brewer/manager in Guinness), before switching to Microsoft Excel in 2001. Subsequently, I developed my Excel Visual Basic spreadsheet programming skills (also via self-tutoring), because the company had chosen to adopt MS Office during the roll over to year 2000.

    I believe using either of these two applications should not pose any problems for implementing your spreadsheet automation ideas. This is because both have always been "friendly", towards making it easy for users to get more functionality out of them by way of custom programming.

    You can choose to learn how to do it yourself - or call in someone(an Excel VB Solutions Developer for instance) who knows how. Again, this would be dependent on your purpose, how proficient you are, and/or how much time you have at your disposal. Ultimately, even if someone develops a custom application for you, it should happen with YOUR guidance at every point to ensure that it does EXACTLY what you want it to do, and that you can easily - with your developer's support/coaching - learn how to make modifications to it in future, without needing to call back your developer.

    This last point in my opinion is ONE major benefit you must seek to extract, if you choose to engage the services of a developer. S/he should be able to help you develop (in-house) expertise needed to maintain the application AFTER s/he is gone. If you fail to ensure this, all your cost-savings from using the application might end up being spent paying the developer to maintain the application over time in the future!

    From this point on, I will refer to only one of the above mentioned applications, because it is my preferred work environment. That is Microsoft Excel. I believe users of other spreadsheet applications will be able to adapt whatever I say from here for use in their own peculiar environments.

    Automating Your Spreadsheet Document : What is Excel VB?

    Microsoft Excel is a powerful tool for recording, organising/re-organising, analysing and presenting information. By Excel VB, I refer to Excel VBA - where VBA means Visual Basic for Applications(VBA). VBA refers to the highly extensive and flexible macro programming language developed by Microsoft for use in their MS office applications – Word, Power Point, etc.

    VBA is therefore different from the Standalone Visual Basic program used(by professional programmers) for developing commercial quality software applications – though it borrows many of the latter’s features. Think of Excel VBA as being the standalone Visual Basic software, built into Excel for the benefit of Excel users who are not necessarily programmers, but who are keen to exert more control over the application.

    So, Excel VB offers any interested users the necessary tools to make the application deliver more functionality. The final product is still an Excel document, but with extra functionalities added using VBA.

    Why Excel Visual Basic - and NOT Visual Basic?

    1. I always answer this question by asking the following question: What would be the point of "Killing A Fly With A Hammer"?

    Let me elaborate. If a method is available that allows us to achieve the same desired result(s) at LOWER cost, with LESS effort and in LESS time, why should we fail to adopt it?

    Certain IT persons insist that developing executable applications using the standalone Visual Basic programming language is "better" as it does not limit the user to a particular user application software environment. I concede that this might be a valid point under certain conditions. However, I point out that there are many users who have peculiar needs that do not necessarily require complex solutions.

    A lot of people today simply want to get their data recording, (re)organisation, and analysis for decision making done quicker and with less effort. They also want to spend as little money as possible to do this. In other words, they want a cost-effective solution that gives them independence from the solution provider in the long term - without requiring them to undertake laborious skills acquisition immediately.

    This category of everyday users of technology described above are the ones I believe need Excel VB solutions of the type I describe. One expects that some of these users will over time develop an interest in acquiring advanced skills needed to develop their own solutions in future - which is why I also encourage them to do so, possibly via self-tutoring, like I did.

    2. Another question I ask, in answering the "Why Excel VB?" question is : "Why re-invent the wheel? "

    My experiences(and those of others who favour the use of Excel VB like I do), confirm that to organise, and analyse data for (financial/management) report generation and decision making, you will save hundreds of hours using already in-built, pre-programmed Excel functions compared to a situation where you used Visual Basic proper.

    All the functions needed to achieve the above purposes already exist in Excel, so that you don't have to write them all from scratch as would be the case if you were to use Visual Basic.

    3.It works even when you lack "In House" expertise

    For the purpose of creating custom financial and business management solutions that solve your identified problems, and give you control/ownership, without burning a hole in your pocket, Excel VB offers an amazing variety of possibilities, in the hands of an adequately skilled user.

    In addition, an Excel VB developer( who in many cases will tend to be a user turned developer, and is therefore likely to easily see things from your perspective) - unlike a programmer - is more likely to be positively disposed to working with you to ensure the application meets your practical needs. S/he will readily understand that the final application is meant to help solve a real problem(s), and will therefore build it to match those expectations.

    It's not enough to have a professional with the technical skills to solve your problem. s/he also needs to have the right attitude and background/experience - else the relationship will not work. This is where an Excel VB resource is more likely to add value to you. Most Excel VB Developers have backgrounds in management, accounting, engineering and other fields, which further equips them to be useful to you in "thinking up" better ways t

    Plastic Corrugated Returnable Packaging: Simple Packaging Product Helps Save Your Company Money
    Most manufacturing professionals have read them at some point or another: those articles in business magazines relating the stories of how executives at big companies help saved their company millions by making strategic changes here and there. And if you are like most professionals, you have probably wondered how you could translate those seemingly too-good-to-be-true stories into something that could truly impact your business.There are plenty of opportunities out there that could help save your company money. The trouble is learning how to recognize those opportunities when they present themselves. For example, most manufacturers spend the majority of their time developing and creating new products, so cost-saving ideas in behind-the-scenes areas, like packaging, are often overlooked.However, in recent years the packaging industry has made great technological advances, and today there are products available that are specifically designed to save manufacturers significant resources. One such product is plastic corrugated, a durable material designed to replace the conventional paper, or cardboard, corrugated products which once dominated the packaging industry. Corrugated plastic is formed when two plastic liners are fused together on either side of a sheet of wavy plastic known as fluting. Together, these three layers create a weather- and chemical-resistant material whose properties offer a much more economically-friendly alternative to traditional packaging methods.Plastic corrugated is significantly stronger than its predecessors, which are usually constructed of cardboard. It can be reused over and over again, and this increased life span means you can avoid the added expenses that come with having to replace containers on a habitual basis. And replacing fewer containers also means disposing of fewer containers, resulting in a significant reduction in waste disposal costs!Corrugated plastic is also lighter in weight than cardboard, and this weight reduction translates into cost savings when it comes to the delivery of the product. This lighter weight also makes it easier for employees to lift and move the containers, which can lead to fewer workplace injuries and less time lost. In addition, most plastic corrugated containers are either collapsible or stackable, so when you are not using them, they only take up a small amount of storage space in your warehouse.The market is extremely lean for manufacturers these days, and in order to survive, many manufacturers have had to find ways to make significant cost reductions. In situations such as these, many businesses often find themselves making cuts where they really should not. But with plastic corrugated, manufacturers can not only increase their productivity and guarantee the safer shipment of their product, but they can do so and still
    oftware applications – though it borrows many of the latter’s features. Think of Excel VBA as being the standalone Visual Basic software, built into Excel for the benefit of Excel users who are not necessarily programmers, but who are keen to exert more control over the application.

    So, Excel VB offers any interested users the necessary tools to make the application deliver more functionality. The final product is still an Excel document, but with extra functionalities added using VBA.

    Why Excel Visual Basic - and NOT Visual Basic?

    1. I always answer this question by asking the following question: What would be the point of "Killing A Fly With A Hammer"?

    Let me elaborate. If a method is available that allows us to achieve the same desired result(s) at LOWER cost, with LESS effort and in LESS time, why should we fail to adopt it?

    Certain IT persons insist that developing executable applications using the standalone Visual Basic programming language is "better" as it does not limit the user to a particular user application software environment. I concede that this might be a valid point under certain conditions. However, I point out that there are many users who have peculiar needs that do not necessarily require complex solutions.

    A lot of people today simply want to get their data recording, (re)organisation, and analysis for decision making done quicker and with less effort. They also want to spend as little money as possible to do this. In other words, they want a cost-effective solution that gives them independence from the solution provider in the long term - without requiring them to undertake laborious skills acquisition immediately.

    This category of everyday users of technology described above are the ones I believe need Excel VB solutions of the type I describe. One expects that some of these users will over time develop an interest in acquiring advanced skills needed to develop their own solutions in future - which is why I also encourage them to do so, possibly via self-tutoring, like I did.

    2. Another question I ask, in answering the "Why Excel VB?" question is : "Why re-invent the wheel? "

    My experiences(and those of others who favour the use of Excel VB like I do), confirm that to organise, and analyse data for (financial/management) report generation and decision making, you will save hundreds of hours using already in-built, pre-programmed Excel functions compared to a situation where you used Visual Basic proper.

    All the functions needed to achieve the above purposes already exist in Excel, so that you don't have to write them all from scratch as would be the case if you were to use Visual Basic.

    3.It works even when you lack "In House" expertise

    For the purpose of creating custom financial and business management solutions that solve your identified problems, and give you control/ownership, without burning a hole in your pocket, Excel VB offers an amazing variety of possibilities, in the hands of an adequately skilled user.

    In addition, an Excel VB developer( who in many cases will tend to be a user turned developer, and is therefore likely to easily see things from your perspective) - unlike a programmer - is more likely to be positively disposed to working with you to ensure the application meets your practical needs. S/he will readily understand that the final application is meant to help solve a real problem(s), and will therefore build it to match those expectations.

    It's not enough to have a professional with the technical skills to solve your problem. s/he also needs to have the right attitude and background/experience - else the relationship will not work. This is where an Excel VB resource is more likely to add value to you. Most Excel VB Developers have backgrounds in management, accounting, engineering and other fields, which further equips them to be useful to you in "thinking up" better ways to apply your spreadsheet automation to get the most value for your business. You therefore need to choose the right developer, with the appropriate background to match your needs. I believe the foregoing are compelling justifications for choosing Excel Visual Basic over Visual Basic.

    Get Maximum Returns On Your Investment In Spreadsheet Automation By Developing "In House" Expertise

    Organisations can deliberately expose their employees to learning events(or self-help tutorials) on spreadsheet solutions development. Such employees can then be challenged to develop in-house solutions that effectively address the business' peculiar data analysis/report-generation needs as they arise.

    A person with proven competence in this area CAN become "notorious" for developing spreadsheet applications, which eliminate drudgery from the process of using MS Excel to handle large amounts of data. Typically, work that takes hours or days will suddenly take minutes or seconds to finish.

    The claims I make above are NOT exaggerated. They are in fact based on my personal experiences doing the foregoing (a). As an manager in the challenging, fast-paced manufacturing work environment of a corporate multinational (b). As a solutions developer for individuals and businesses who use MS Excel for their work.

    I am keen to encourage individuals and organisations to explore using advanced MS Excel formulas and functions, in conjunction with Excel VBA programming, to develop customised spreadsheet applications that will solve typical problems end-users encounter daily in trying to record/analyse data and generate reports.

    The savings - from using your "in house" expertise - in terms of money and man-hours alone, will quickly justify the investment you make in "developing the needed skills" - especially, when you compare what you spend with the cost of purchasing a commercial software application - or even engaging the services of an Excel VB developer.

    Summary

    The key imperative for most people who handle business data is often "how to use it" to monitor - and where feasible - control performance i.e. they study/anticipate trends in a way that helps decision making towards ensuring REPRODUCTION of desired results, while minimising - or eliminating - undesirable ones.

    You CAN transform the way you manage/analyse data(or generate reports) in your business today - and get more usable benefits to the extent that your profits increase. One major step you can take towards achieving this purpose, will be to intelligently use spreadsheet automation to improve data handling/analysis and report generation systems in your business operations - while empowering yourself and/or staff to acquire skills needed to maintain the developed spreadsheet solutions for the future.

    HTTP = HTML link (for blogs, profiles,phorums):
    <a href="http://www.iadvice.info/article/3478/iadvice-Use-Custom-Automation-Of-Your-Spreadsheet-Reports-To-Drive-Down-Costs-And-Increase-Your-Profits.html">Use Custom Automation Of Your Spreadsheet Reports To Drive Down Costs And Increase Your Profits</a>

    BB link (for phorums):
    [url=http://www.iadvice.info/article/3478/iadvice-Use-Custom-Automation-Of-Your-Spreadsheet-Reports-To-Drive-Down-Costs-And-Increase-Your-Profits.html]Use Custom Automation Of Your Spreadsheet Reports To Drive Down Costs And Increase Your Profits[/url]

    Related Articles:

    S Corporation Requirements

    Accounting - A Practical Definition

    Fabrics to Sustain Your Health

    Bookmark it: del.icio.us digg.com reddit.com netvouz.com google.com yahoo.com technorati.com furl.net bloglines.com socialdust.com ma.gnolia.com newsvine.com slashdot.org simpy.com shadows.com blinklist.com