Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~336 People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for goboxe

use this: [CODE]dim jd as Double ' julian day dim mDate as date ' your date mdate = Now() jd = mdate.ToOADate[/CODE]

Member Avatar for tratak
0
125
Member Avatar for tratak

Hello ! Help me with some sample, please ! I want a sample code, if it is possible, to access a same function (same name of functions) in different modules, by date. Ex. for date 31.01.2008 I want to use function "MY_FUNCTION_A" from module 31012008; for date 01.07.2008 I want …

Member Avatar for KillerOfDN
0
108
Member Avatar for pcr

[CODE] Dim txtb() As TextBox = {txtA, txtB, txtC} For Each ctrl As TextBox In txtb ctrl.Text = "" Next[/CODE] or [CODE]For Each ctrl As Object In Me.Controls If ctrl.GetType.Name = "TextBox" Then ' do something End If Next[/CODE]

Member Avatar for Jx_Man
0
103

The End.