No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
use this: [CODE]dim jd as Double ' julian day dim mDate as date ' your date mdate = Now() jd = mdate.ToOADate[/CODE]
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 …
[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]
The End.
tratak