Showing posts with label Macro/VBA. Show all posts
Showing posts with label Macro/VBA. Show all posts

Sunday, April 7, 2013

Enable Developer tab in Excel 2010


Developer tab is used for accessing macro/VBA related options and to add activeX controls like combo box, Command Buttons, Check Boxes etc into your file.

Followings are the steps to enable Developer ribbon in Excel 2010



Monday, September 12, 2011

Custom formula/function using VBA


Excel has lots of built-in functions which covers the requirements of almost all the standard calculations. However, these built-in functions are not sufficient. Many a times we come to a situation where we want to do some calculations which are not offered by excel built-in function.


Here I will show you how to create a custom function using VBA.

Sunday, September 11, 2011

Enable Developer tab in Excel 2007

Developer tab is used for accessing macro/VBA related options and to add activeX controls like combo box, Command Buttons, Check Boxes etc into your file.

Followings are the steps to enable Developer ribbon

Monday, February 14, 2011

How to get windows login name in VBA

While developing macros, many a times we come to a situation where we want the windows login id of the user. Use Environ function to get windows login id. Syntax is as follows...

Environ ("username") --> Returns the windows login id of the user.

Sunday, February 13, 2011

Post your questions on Excel-VBA (Macro)

Hello,

If you have any doubts in excel VBA, please post your questions on the Help Forum. I will try and answer your queries