Skip to main content
Do You Know you can Create your Own Function in Excel? Try this.


Open VBE Editor (Alt+F11)

Write this Code
Function TOMORROW()
TOMORROW = Format(Date+1,"mm/dd/yyyy")
End Function
 Try the Function in Excel in the same workbook



HAPPY LEARNING

Comments

Popular posts from this blog

Calculating CAGR with PowerBI

Calculating CAGR using POWER BI. Watch,Like,Share and SUBSCRIBE https://youtu.be/tB5yEnzmOSQ

Interactive Excel Chart with INDIRECT Function

Dynamic Filtering TOPN With DAX