Usual Sorting of Data or Table in Excel To Sort a Column Data in Excel, the user has to select the data range or column and then choose option “Sort & Filter”. From here, they can choose either “Smallest to Larger or A to Z” or “Largest to Smallest or […]
Excel VBA Text To Speech – Voice Application Activation
Install Excel VBA Text to Speech & make Excel VBA Speak, Voice messages. Activate Text to Speech(TTS – SAPI Win32 Speech API or Microsoft Speech SDK)
Find Synonym for Selected Text using MS Word VBA
How do we refer Synonym for a word usually? To view synonym of a text in MS Word, We have to place the cursor on the word, then Right click to get the popup menu and Select option “Synonym”. Wouldn’t it be nice if we have a keyboard shortcut, to […]
Excel VBA – Import Data from another Workbook – 4 Easy Ways
Excel Import Data From Another Workbook – VBA Codes To pull data from an external Excel file, use on of these scenarios. Closed Excel file: Using VBA Import data with Workbook object Opened Workbook: Using VBA Read Excel file. External Reference within Worksheets. ODBC Data Import from another workbook. Excel […]
How to Create a Macro in Excel 2010, 2007 & Above
A Macro in Excel is a set of VBA code, which is more similar to Visual Basic code. A VBA (Visual Basic for Applications) code can be directly execute without compiling. In this article, Learn how to create macro in Excel 2010 by enabling the Developer tab. Once this option is enabled, “Record Macro” button can be used to record set of operations done on excel to be recorded and then re-executed whenever needed. This option is very much helpful for Excel VBA developers when syntax for any of the commands is not known.
VBA Hello World – Excel Macro – For Beginners
Learn Excel VBA Hello World Macro code for beginners with step by step guide. Get to know how to Code, Execute a VBA code & get results. First step of Excel VBA Macro is to first learn this Hello World program.