G
Guest
I was wondering if it's possible to modify this formula to make it load the
current active sheet instead of the current "month-day" like the way I have
it right now?
=IF(INDIRECT("'" & MONTH(NOW()) & "-" & DAY(NOW()) &
"'!A130")<>FALSE,INDIRECT("'" & MONTH(NOW()) & "-" & DAY(NOW()) &
"'!A130"),"")
Is there a method like the VBA "ActiveSheet" for cell formulea?
Thanks In Advance,
Rob
current active sheet instead of the current "month-day" like the way I have
it right now?
=IF(INDIRECT("'" & MONTH(NOW()) & "-" & DAY(NOW()) &
"'!A130")<>FALSE,INDIRECT("'" & MONTH(NOW()) & "-" & DAY(NOW()) &
"'!A130"),"")
Is there a method like the VBA "ActiveSheet" for cell formulea?
Thanks In Advance,
Rob