mssql-script
Microsoft SQL Server is a relational database management system developed by Microsoft. As a database server, it is a software product with the primary function of storing and retrieving data as requested by other software applications—which may run either on the same computer or on another computer across a network. Attendance working days UPDATE Student […]
vbscript-msexcel-Numbers-to-Words
Hold down the ALT + F11 keys, and it opens the Microsoft Visual Basic for Applications window. Click Insert > Module, and paste the following code in the Module Window. Function NumberstoWords(ByVal pNumber) ‘Updateby20140220 Dim Dollars arr = Array(“”, “”, ” Thousand “, ” Million “, ” Billion “, ” Trillion “) pNumber = Trim(Str(pNumber)) […]