need macro

ehsas

Board Regular
Joined
Sep 17, 2002
Messages
200
I need a macro which minus the balance(150212) from amount in column b.It looks from in each cell in column b and minus amount from 150212 and gives the new balance in coulumn d .I want macro to do the this from start date(10may98) till enddate(14oct02).

StartDate = #5/10/1998#
EndDate = #10/14/2002#
TheDate = StartDate
Balance = 150212

I know it can be done through formula but it will be easier if i do it through macr0.Regards
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
To be honest a forumla DRAGGED wil not only be faster but also will prove editable UDF or Script might / will not be so simple. Even deeply nested formula to do this will best VBA for reliability and speed

I would say no stick with formula

Jack
 
Upvote 0

Forum statistics

Threads
1,215,753
Messages
6,126,674
Members
449,327
Latest member
John4520

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top