kennethxie 发表于 2004-6-21 11:33:00

请教:在VBA中如何使对象改变图层

我是刚接触VBA和的新手,诚心请教一个问题:
如果原来在图层layer1有数个对象,但我现在要把他们变成图层layer2的对象,该怎么办呢?请给点详细的代码,在此多谢了!

雪山飞狐_lzh 发表于 2004-6-21 11:35:00

对象的Layer属性
object.Layer
object
, ,
The object or objects this property applies to.
Layer
String; read-write (write-only for the Group object)
The name of the layer.
页: [1]
查看完整版本: 请教:在VBA中如何使对象改变图层