toolbar powered by Conduit
Home | New Stuff | About Us | Site Blog | Link to Us | Contact Us | Privacy Policy | Terms of Service

Options
Categories/Articles

Shailendra Singh's Articles in Software

  • Excel VBA-Creating Procedure
    There are two types of procedures you can create in Excel VBA: a Sub procedure and a Function procedure. What’s the difference between the two types of procedures? It’s whether or not the procedure returns a value you can use elsewhere in the program. A procedure defined as Sub can not pass its result to any other procedure in the program while a procedure defined as Function has the capability to return a value or result.
  • Macro: Automate Everything In Excel
    I have seen lot of people confused about macros in Microsoft Excel. They continuously ask me questions like: what is a macro? how do they work?
    This article provides all the basic information on macros such as; how to record, how to play and how to edit. Read this article carefully and apply it your daily routine you will see the difference in your accuracy and will save lot of time.