Thread
:
How to insert formula to a range of cells from VBA?
View Single Post
#
1
Posted to microsoft.public.excel.programming
crapit
external usenet poster
Posts: 75
How to insert formula to a range of cells from VBA?
How do i insert the following formula from range e2 to j26?
IF(OR(ISERROR(E2-TODAY()),ISBLANK(E2)),"Not
Available",IF(E2-TODAY()<0,"Expendite",E2-TODAY()) )
Reply With Quote
crapit
View Public Profile
Find all posts by crapit