VanshLucifer
New Member
- Joined
- Jan 6, 2018
- Messages
- 6
I am creating a break calculator which will help user to keep a track of his login hours and break time.
I have already created a the excel file
Please find below the format.
[TABLE="width: 395"]
<colgroup><col><col><col><col></colgroup><tbody>[TR]
[TD]DATE[/TD]
[TD]08/01/2018[/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Login Time[/TD]
[TD]09:30:00[/TD]
[TD]Logout Time[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Break Slots[/TD]
[TD]Start Time[/TD]
[TD]End Time[/TD]
[TD]Total Login[/TD]
[/TR]
[TR]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]15 Min slot[/TD]
[TD] [/TD]
[TD] [/TD]
[TD]00:00:00[/TD]
[/TR]
[TR]
[TD]15 Min slot[/TD]
[TD] [/TD]
[TD] [/TD]
[TD]00:00:00[/TD]
[/TR]
[TR]
[TD]30 Min slot[/TD]
[TD] [/TD]
[TD] [/TD]
[TD]00:00:00[/TD]
[/TR]
[TR]
[TD]Bio break[/TD]
[TD] [/TD]
[TD] [/TD]
[TD]00:00:00[/TD]
[/TR]
[TR]
[TD]Bio break[/TD]
[TD] [/TD]
[TD] [/TD]
[TD]00:00:00[/TD]
[/TR]
[TR]
[TD] [/TD]
[TD] [/TD]
[TD]Total Break Time[/TD]
[TD]00:00:00[/TD]
[/TR]
[TR]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD] [/TD]
[TD] [/TD]
[TD]Total Login [/TD]
[TD]###########[/TD]
[/TR]
[TR]
[TD] [/TD]
[TD] [/TD]
[TD]Actual login Time[/TD]
[TD]###########[/TD]
[/TR]
</tbody>[/TABLE]
It should not copy the entire numbers just the below details
[TABLE="width: 583"]
<tbody>[TR]
[TD]DATE[/TD]
[TD]LOGIN TIME[/TD]
[TD]LOGOUT TIME[/TD]
[TD]TOTAL BREAK TIME[/TD]
[TD]ACTUAL LOGIN HOURS[/TD]
[TD]DOWNTIME[/TD]
[/TR]
</tbody>[/TABLE]
The pasting range strats from B2 to G2
I need a VBA code to which will paste the above details in the other sheet
I will be pasting data at the day end i have already created vba whcih will take date from the system.
i just need the code to paste to the other sheet.
and it shld not over right data for every new date it shloud paste data in the below cell
say for example it for 8th jan it pasting the data from B2 to G2 range
for 9th jan it should paste data from B3 to G3 range.
urgent help required.
Please help.!!
I have already created a the excel file
Please find below the format.
[TABLE="width: 395"]
<colgroup><col><col><col><col></colgroup><tbody>[TR]
[TD]DATE[/TD]
[TD]08/01/2018[/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Login Time[/TD]
[TD]09:30:00[/TD]
[TD]Logout Time[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Break Slots[/TD]
[TD]Start Time[/TD]
[TD]End Time[/TD]
[TD]Total Login[/TD]
[/TR]
[TR]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]15 Min slot[/TD]
[TD] [/TD]
[TD] [/TD]
[TD]00:00:00[/TD]
[/TR]
[TR]
[TD]15 Min slot[/TD]
[TD] [/TD]
[TD] [/TD]
[TD]00:00:00[/TD]
[/TR]
[TR]
[TD]30 Min slot[/TD]
[TD] [/TD]
[TD] [/TD]
[TD]00:00:00[/TD]
[/TR]
[TR]
[TD]Bio break[/TD]
[TD] [/TD]
[TD] [/TD]
[TD]00:00:00[/TD]
[/TR]
[TR]
[TD]Bio break[/TD]
[TD] [/TD]
[TD] [/TD]
[TD]00:00:00[/TD]
[/TR]
[TR]
[TD] [/TD]
[TD] [/TD]
[TD]Total Break Time[/TD]
[TD]00:00:00[/TD]
[/TR]
[TR]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD] [/TD]
[TD] [/TD]
[TD]Total Login [/TD]
[TD]###########[/TD]
[/TR]
[TR]
[TD] [/TD]
[TD] [/TD]
[TD]Actual login Time[/TD]
[TD]###########[/TD]
[/TR]
</tbody>[/TABLE]
It should not copy the entire numbers just the below details
[TABLE="width: 583"]
<tbody>[TR]
[TD]DATE[/TD]
[TD]LOGIN TIME[/TD]
[TD]LOGOUT TIME[/TD]
[TD]TOTAL BREAK TIME[/TD]
[TD]ACTUAL LOGIN HOURS[/TD]
[TD]DOWNTIME[/TD]
[/TR]
</tbody>[/TABLE]
The pasting range strats from B2 to G2
I need a VBA code to which will paste the above details in the other sheet
I will be pasting data at the day end i have already created vba whcih will take date from the system.
i just need the code to paste to the other sheet.
and it shld not over right data for every new date it shloud paste data in the below cell
say for example it for 8th jan it pasting the data from B2 to G2 range
for 9th jan it should paste data from B3 to G3 range.
urgent help required.
Please help.!!