Hello there guys! First, thank you for your community and everyone inside of it! And sorry... probably my english is not perfect...
So... I need to create a way to do a "find" with a "where" on it... let's say... "Find Date where ID = Me"
The thing is: I need to find a registry in a table and then insert an information on it!
Like this:
[TABLE="width: 500, align: center"]
<tbody>[TR]
[TD]x[/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Name[/TD]
[TD]Date[/TD]
[TD]In[/TD]
[TD]Out[/TD]
[TD]Total[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Alex[/TD]
[TD]12/12/2014[/TD]
[TD]12:00[/TD]
[TD]18:00[/TD]
[TD]6:00[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Joana[/TD]
[TD]12/12/2014[/TD]
[TD]08:00[/TD]
[TD]18:00[/TD]
[TD]10:00[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Michel[/TD]
[TD]13/12/2014[/TD]
[TD]09:00[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Joana[/TD]
[TD]13/12/2014[/TD]
[TD]09:34[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
So, let's say Joana wants to leave and press the "create mark" buttom... so it must find her name, then the date, then the line and then insert the hour in column D
Preetty easy huh?
Or.... if you guys find another way to do it... please let me know! I tought about filters but... since VBA does not understand a filter... it kind of didn't work... Probably there is a way but i'm too "starter edition" to know that kind of advanced alien technology
So anyway! Thanks everyone!
Kind Regards,
Kr4ft
So... I need to create a way to do a "find" with a "where" on it... let's say... "Find Date where ID = Me"
The thing is: I need to find a registry in a table and then insert an information on it!
Like this:
[TABLE="width: 500, align: center"]
<tbody>[TR]
[TD]x[/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Name[/TD]
[TD]Date[/TD]
[TD]In[/TD]
[TD]Out[/TD]
[TD]Total[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Alex[/TD]
[TD]12/12/2014[/TD]
[TD]12:00[/TD]
[TD]18:00[/TD]
[TD]6:00[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Joana[/TD]
[TD]12/12/2014[/TD]
[TD]08:00[/TD]
[TD]18:00[/TD]
[TD]10:00[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Michel[/TD]
[TD]13/12/2014[/TD]
[TD]09:00[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Joana[/TD]
[TD]13/12/2014[/TD]
[TD]09:34[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
So, let's say Joana wants to leave and press the "create mark" buttom... so it must find her name, then the date, then the line and then insert the hour in column D
Preetty easy huh?
Or.... if you guys find another way to do it... please let me know! I tought about filters but... since VBA does not understand a filter... it kind of didn't work... Probably there is a way but i'm too "starter edition" to know that kind of advanced alien technology
So anyway! Thanks everyone!
Kind Regards,
Kr4ft