VBA
- First On the Developer Option in Excel.
- vba code to [ write the name of the task].
- vba code to split table by columns
- Vba code to convert numbers in words rupees
- Vba code to combine multiple workbooks
Convert number into word
- =SpellCurr(Select cell);
- Ctrl + shift ++ (then rows are enter)
- Ctrl + H (Used for Find and Replacement)
Vba code to insert rows on the based on cell value
- It would help you to adding the rows below in the excel
Do Until Loop VBA Excel Macro
- It would help you to adding the rows below in the excel
- Find and Replace you can add the name of macros then you perform the action.
Do While Loops or For Next Excel VBA
- Do While Loops is used when we have the given data in the the cell of large amount then we have cancel the numbers in the data then we use the Do while loop.
Same Work Done using ForNext Loop
User Defined Functions (UDF)
System Defined Function are those functions who has defined but the user defined function are not defined and the user defined this functions.What can User Defined Functions (UDF) do?
- SUM by cell color
- COUNT by cell color
- Extract cell Comments
- Convert Number to words in Rupees
- Extract Email ID From LinkedIn Comments
- Extract text from a cell
- System Defined Function User Defined Functions
=SUM( )
=SpellRupee( ) //Number to Ruppees
=MATCH( )
=TRIM(SpellRupee())
=AVERAGE( )
=GetComments()
Post a Comment