General Ledger
Active Member
- Joined
- Dec 31, 2007
- Messages
- 460
I am looking for VBA that will return the largest value in a column. I don't know which column the values are in but I do know the label of the column. I have this much code which does not work. I think all that is needed is the argument for the Max() function.
Thanks,
GL
Code:
AsOfDate = Rows("1:1").Find(What:="Date").Column.Max()
Thanks,
GL