If cell a1 equals todays date add cell b2s value to it and put the new date back into cell a1.
If cell a1 equals todays date add cell b2s value to it and put the new date back into cell a1.
if range("a1").value=date() then range("a1").value =dateadd("d",range("b1").value,range("a1").value)
Please would have been nice![]()
Hope this helps
Sometimes its best to start at the beginning and learn VBA & Excel.
Please dont ask me to do your work for you, I learnt from Reading books, Recording, F1 and Google and like having all of this knowledge in my head for the next time i wish to do it, or wish to tweak it.
Available for remote consultancy work PM me
Thanks nathansav ,sorry my heads all over the place . I am grateful for your help , is there any way to continue it example if a2 equals todays date add b2 and put into a2,
Many thanks
RJM
if range("a1").value=date() then range("a2").value =dateadd("d",range("b2").value,range("a1").value)
Sorry Im not very good at explaining things, I would like it to basically do it for rows 1 to 20, If the date in colum a = todays date add whats in that row for colum b and put answer into colum .
Many Thanks
RJM
Changed the code to the above and working , Thanks for all your help nathansav your a star![]()
Please Login or Register to view this content.
![]()
Maybe:
![]()
Please Login or Register to view this content.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks