Thread
:
Insert value of formula into cell
View Single Post
#
1
Posted to microsoft.public.excel.programming
Bill
external usenet poster
Posts: 390
Insert value of formula into cell
The following code does not work. I am trying to put the result of the
formula into cell J7. Nothing happens.
Range("J7").Value = "VLookup(Month(A4), Data!A1:B14, 2, False)& " " & YEAR(A4)
Thanks
Bill
Reply With Quote
Bill
View Public Profile
Find all posts by Bill