首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 办公应用 > OFFICE教程 >

excel2007怎样插入类似于word的自定义文档属性解决方法

2012-01-02 
excel2007怎样插入类似于word的自定义文档属性类似word域中的DocProperty[解决办法]VB.NET codeSub WbBuil

excel2007怎样插入类似于word的自定义文档属性
类似word域中的DocProperty

[解决办法]

VB.NET code
Sub WbBuiltin()    With ThisWorkbook        .BuiltinDocumentProperties("Title") = ""        .BuiltinDocumentProperties("Subject") = ""        .BuiltinDocumentProperties("Author") = ""        .BuiltinDocumentProperties("Company") = ""        .BuiltinDocumentProperties("Comments") = ""        .BuiltinDocumentProperties("Keywords") = ""    End WithEnd Sub 

热点排行