-
How to Subtract Dates in Microsoft Excel 2003
Microsoft Excel provides many ways to format dates in your spreadsheet, and several formats include the names of months and not just...
-
How to Convert the Date to String in VB
Visual Basic (VB) provides developers with a desktop application language used to create software. You can use Visual Basic to create internal...
-
How to Calculate the Hours & Minutes in VB6
Visual Basic 6 features a specific structure for calculations involving dates and times. The "DateTime" structure stores a given time, correct to...
-
How to Include Today's Date in Visual Basic
Personal computers maintain the system date and time in their BIOS circuits. Not only is this available to your operating system for...
-
How to Convert Date to a String in VB6
Date conversions are common tasks in programming. Converting a date to a string allows you to use string-specific functions on your variables....
-
How Do I Subtract Dates in Microsoft Excel & Get an Answer in Years?
You can subtract dates from each other in Excel to return the difference in fractional years by using a combination of functions....
-
How to Subtract One Year From a Date in JavaScript
JavaScript is an object-oriented scripting language that is commonly used in web development due to its ability to dynamically render webpages. The...
-
How to Change the System Date With Visual Basic
There are various reasons to modify the time and date on a host computer from within a Visual Basic application. Perhaps you're...
-
How to Calculate Time Method in Visual Basic
Calculating time and dates in your application is accomplished using pre-existing Visual Basic functions. Visual Basic comes with several functions that add,...
-
How to Mentally ADD or SUBTRACT a whole number and a fraction
In many mathematics tests, precious time is wasted in solving many problems that include basic operations with fractions. Time can be saved...
-
How to Convert to the Date in VB
When converting a string to display the date and time in Microsoft Visual Basic, you must declare a set of variables. First...
-
How to Subtract Cells in Excel
Subtraction is one of the basic processes performed when creating and analyzing data involving numbers. In order to subtract cells in an...
-
How to Use the Most Common Numeric MySQL Data Types
Each column in a MySQL database has a type--or a specific kind of data that it will store. Good database programming takes...
-
How to Know the Day of the Week You Were Born
Determining the day of the week that a particular date in the current year falls on is simple. You can flip to...
-
How to Change an ActiveSheet Name
In the early days of Microsoft Excel, there was no such thing as an "active sheet." In fact, before Version 5, Excel...
-
How to Use the Spin Button in Visual Basic
A Spin Button (also known as a Spin Box) is a program feature located within the Windows operating system that allows the...
-
How to Insert the Formula Field in MS Word to Calculate a Date
By default, Microsoft Word will format dates and days of the week automatically as you type them. If you enter "janu," for...
-
How to Convert Text to a Date in VB
Often it is necessary in Visual Basic to read a basic string representation of a date and time from the user or...
-
How to Convert Excel Macros to .Net
Visual Basic for Applications is one of the most powerful features available in the Microsoft Office application suite. Since its inception, it...