aliikhlaq2006
New Member
- Joined
- Apr 4, 2012
- Messages
- 44
I want a VBA that AutoFill the data in A2,B2,C2 to the last value of the Column D
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]A/C Code[/TD]
[TD]Country[/TD]
[TD]Balance[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]001[/TD]
[TD]USA[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]50[/TD]
[/TR]
</tbody>[/TABLE]
In above table the values in A,B,C is automatically autofill to the last value which is 50 in this case of Balance(D)
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]A/C Code[/TD]
[TD]Country[/TD]
[TD]Balance[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]001[/TD]
[TD]USA[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]50[/TD]
[/TR]
</tbody>[/TABLE]
In above table the values in A,B,C is automatically autofill to the last value which is 50 in this case of Balance(D)