1. Create a new simple excel file.
To covert time into a serial (numerical) value, enter in cell A1: 2342 (this represents the time 23:42)
Enter the following formula in cell B1: =(LEFT(A1,LEN(A1)-2)&":"&RIGHT(A1,2))+0
Ok. Lets assume we have a variable called MyVariableTest which is of the data type string.
below is the code...
-------------- 'Code starts below
Sub uBoundVBA()
This is going to be a quick tutorial on how would you go about creating a VBA function.
If you want to use any Excel function in VBA all that you need to is to use "worksheetfunction" statement follwed with the name of the function.
Learn Excel
Could't find a solution? Ask the experts in our
Excel Forum
excel to pdf .net
excel to pdf C#