Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

larsson

macrumors newbie
Original poster
May 19, 2010
2
0
Hello. In moving to Excel 2008 for Mac, I discovered that the ability to use macros was no longer supported. This is a major problem for me, because I have developed applications in which I need to hide specific rows under certain conditions. In the last version, a colleague wrote some macros that did this elegantly. I can't go back to the previous version because of some other constraints. Is there a way to hide rows in the new Excel?
Thanks
Nils Larsson
 
As far as I'm aware, you can only hide/show rows manually. Excel 2011 will bring support back.
 
As far as I'm aware, you can only hide/show rows manually. Excel 2010 will bring support back.

Thanks, but it looks as if Office 2010 is only for Windows (judging by Microsoft site).
 
If you will only need it for use on the Mac, then you should be able to program Excel using AppleScript.

On the other hand, if your skills are up to it, you might be able to program cross-platform solutions using Python.
 
macros

Please let m eknow if there is a macro on the Mac to calculate age from DOB
Thanks
 
Please let m eknow if there is a macro on the Mac to calculate age from DOB
Thanks

You don't need a macro for that. A simple formula will do that:

Assuming birthdate is in cell B1 (mm/dd/yy)
=YEAR(TODAY())-YEAR(B1) will show age
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.