Enable Disable Excel Command-Bar Options

Excel – Enable Disable Commands & Options There are about 150+ options available with the code presented in this section. The notable options are “Status Bar” and the Popup menu that appears when you right click on a cell or row etc., Using this code, those options can be switched […]

VBA File Open Dialog Box

Browse File Dialog in Excel VBA In Excel file, if you are doing any folder operations or trying to read content from another text,xlsx, csv file. It is better to use this file dialog box rather than manually typing the file name with path. It would reduce the typing errors […]

Excel VBA – Create Defined Name Formula & How to Use

Creating Defined Name with Formula in Excel Defined names or Custom Formula are used to simply the long formula into a short & meaningful name. These names can be defined in Excel from Menu -> Formula -> Name Manager -> New There are four parameters to define a Name Name […]