m**********2 发帖数: 2252 | 1 【 以下文字转载自 Apple 讨论区 】
发信人: MMinhouston2 (MMinhouston2), 信区: Apple
标 题: 怎样在Mac 2008 excel运行VBA?
发信站: BBS 未名空间站 (Fri Sep 25 18:10:58 2009, 美东)
很简单的一个VBA如下,但是有个同事用Mac,google说要转成applescript。哪个同学
能不能告诉我怎样转阿?
包子谢!!
Sub PrinterAddress()
Worksheets(" PO ").Activate
Range("B9").Select
If Range("B9").Value = "A" Then
Range("B10").Value = "A"
Range("B11").Value = "A"
Range("B12").Value = "A"
Range("B13").Value = "A"
Range("B14").Value = "A"
Else
If Range("B9").Value = "B" Then
Range("B10").Value = "B"
Ran |
r****y 发帖数: 26819 | 2 ms office 2008 for mac? No VBA
【在 m**********2 的大作中提到】 : 【 以下文字转载自 Apple 讨论区 】 : 发信人: MMinhouston2 (MMinhouston2), 信区: Apple : 标 题: 怎样在Mac 2008 excel运行VBA? : 发信站: BBS 未名空间站 (Fri Sep 25 18:10:58 2009, 美东) : 很简单的一个VBA如下,但是有个同事用Mac,google说要转成applescript。哪个同学 : 能不能告诉我怎样转阿? : 包子谢!! : Sub PrinterAddress() : Worksheets(" PO ").Activate : Range("B9").Select
|
m**********2 发帖数: 2252 | 3 是,Mac excel 2008不能用VBA,我google了一下说要transfer成applescript,不知道
这个怎样用?
【在 r****y 的大作中提到】 : ms office 2008 for mac? No VBA
|
r****y 发帖数: 26819 | 4 try NeoOffice. It supports VBA
【在 m**********2 的大作中提到】 : 是,Mac excel 2008不能用VBA,我google了一下说要transfer成applescript,不知道 : 这个怎样用?
|
m**********2 发帖数: 2252 | 5 谢谢。下个星期回去试试。
另外mac excel 2004是不是support VBA的?
【在 r****y 的大作中提到】 : try NeoOffice. It supports VBA
|
r****y 发帖数: 26819 | 6 2004支持VBA。2008脑残了。
【在 m**********2 的大作中提到】 : 谢谢。下个星期回去试试。 : 另外mac excel 2004是不是support VBA的?
|