hi guys, just joined this forum as a new project is underway. i have been recording my bank transactions for some time now in multiple columns of excel and have been trying to predict amounts. this has all been manual and now i think its time to make it a little more automated.
i have built database in access before so im not new to VBA but i am struggling. i dodnt really know vba that much and rely on the pop up box in access. ie start typing If and the string appears. i dont get that in excel. is there something i can toggle.
thats not my main question. i want to insert values based on results.
column a is day, column b is date.
i want to say if column b row x = DateAdd(Date(),"d",1) then
clear contents. of k(where row = that of b
i want to cycle this for 180 days.
im not sure if i have explained that correctly
this is on sheet activation sub. so when i select the sheet it performs this action.
i will repeat this for each of the columns that are attributed to each of my bank accounts.
thanks for any help that is given. i tend to learn as i go.
i have built database in access before so im not new to VBA but i am struggling. i dodnt really know vba that much and rely on the pop up box in access. ie start typing If and the string appears. i dont get that in excel. is there something i can toggle.
thats not my main question. i want to insert values based on results.
column a is day, column b is date.
i want to say if column b row x = DateAdd(Date(),"d",1) then
clear contents. of k(where row = that of b
i want to cycle this for 180 days.
im not sure if i have explained that correctly
this is on sheet activation sub. so when i select the sheet it performs this action.
i will repeat this for each of the columns that are attributed to each of my bank accounts.
thanks for any help that is given. i tend to learn as i go.