ipbr21054
Well-known Member
- Joined
- Nov 16, 2010
- Messages
- 5,731
- Office Version
- 2007
- Platform
- Windows
Hi,
I had this in use the other day,
I was told that the CDbI was not needed so i put this in use.
Looking through some of my code i see this pop up in a few places so the thing is do i need to change / edit it or what,i dont even know what it does or doesnt do with regards the CDbI
Can you advise please
I had this in use the other day,
Code:
[COLOR=#333333]TextBox2.Value = Format(CDbl(Date), "dd/mm/yyyy")[/COLOR]
I was told that the CDbI was not needed so i put this in use.
Code:
TextBox2.Value = Format(Date, "dd/mm/yyyy")
Looking through some of my code i see this pop up in a few places so the thing is do i need to change / edit it or what,i dont even know what it does or doesnt do with regards the CDbI
Code:
TextBox1.Value = Format(CDbl(Date), "dd/mm/yyyy")
Can you advise please