C
Charles Chung
I need to write some marcos in a excel file that need to be
cross-platform compatible.
I have this VBA code:
CommandBars.Add "PurchaseOrder", msoBarTop
The problem is the commandbar shows vertically instead of horizontally
in Mac Excel 2004, but it shows properly in Office XP!
Do anyone knows why is that?
Thanks you!
Charles Chung
cross-platform compatible.
I have this VBA code:
CommandBars.Add "PurchaseOrder", msoBarTop
The problem is the commandbar shows vertically instead of horizontally
in Mac Excel 2004, but it shows properly in Office XP!
Do anyone knows why is that?
Thanks you!
Charles Chung