Auto hide in excel 2008 mac

M

mikegibson

I know this has been asked several times, with most responses pointin
towards autofilter function.

i have used formula to generate a value either 0 or 1 in column I, wit
hopefully 0 being hidden. In the past i would have used macros but
dont have that option anymore!!

How could i use VBA from almost a beginners point of view?!

Any help would be greatly appreciated :)

Mike
 
M

Mike Middleton

Mike -

Mac Excel 2008 does not include VBA.

On both Windows Excel and Mac Excel (including 2008), macros can be written
and executed using the ancient Excel 4 XLM macro programming language. Some
XLM features do not work properly with Mac Excel 2008, e.g., option buttons.

Another possibility for programming Mac Excel 2008 is AppleScript.

The very active newsgroup for Mac Excel is
microsoft.public.mac.office.excel.

- Mike
http://www.MikeMiddleton.com
 
Top