Could anyone please explain how this macro works???

pedie

Well-known Member
Joined
Apr 28, 2010
Messages
3,875
As I check the Object Brower by pressing Alt+f11 - "CDbl" is a VBA Member of conversion...
Please explain what does "CDbl(Time)" does in the macro below?
I have also seen Cdate, CVdate, Cdec etc...is there a website i can learn what all this function means ....but please explain to me this works..


ThisWorkbook.Sheets("Myexcel").Range("MyClock").Value = CDbl(Time)<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:eek:ffice:eek:ffice" /><o:p></o:p>
NextTick = Now + TimeValue("01:00:00")<o:p></o:p>
Application.OnTime NextTick, "Updateclok"


"Many thanks everyone!!!!;)"
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
I think this site is Great with Great people helping each other...


Can you please explain though...to see if my understanding is correct..in laymans language..?
 
Upvote 0

Forum statistics

Threads
1,215,706
Messages
6,126,340
Members
449,311
Latest member
accessbob

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top