I wish it was as easy as pasting creative formulas from Excel to VBA, but alas it is not, which is why i am here...
I have this formula working in a cell, but would like it to work in VBA:
=EOMONTH(EDATE(DATE(YEAR(AA3),FLOOR(MONTH(AA3)-1,3)+1,1),3),-1)
The purpose of it is to get a date and...