k访谈提纲

295 字
1 分钟
k访谈提纲

k访谈提纲#

Sub 插入访谈(x)
Path = ActiveDocument.AttachedTemplate.FullName
Application.Templates(Path).BuildingBlockEntries(x).Insert Where:=Selection.Range, RichText:=True
With ActiveDocument.PageSetup
.Orientation = wdOrientPortrait
.TopMargin = CentimetersToPoints(2.54)
.BottomMargin = CentimetersToPoints(2.54)
.LeftMargin = CentimetersToPoints(3.17)
.RightMargin = CentimetersToPoints(2.7)
.HeaderDistance = CentimetersToPoints(1)
.FooterDistance = CentimetersToPoints(1.3)
End With
ActiveWindow.ActivePane.View.SeekView = wdSeekCurrentPageHeader
Selection.WholeStory
Selection.Delete
Application.Templates(Path).BuildingBlockEntries("访谈页眉").Insert Where:=Selection.Range, RichText:=True
ActiveWindow.ActivePane.View.SeekView = wdSeekMainDocument
Selection.WholeStory
Selection.Range.ListFormat.RemoveNumbers NumberType:=wdNumberParagraph
ActiveDocument.Sections(1).Footers(wdHeaderFooterPrimary).PageNumbers.Add PageNumberAlignment:=wdAlignPageNumberCenter, FirstPage:=True
With ActiveDocument.Sections(1).Footers(wdHeaderFooterPrimary) '进入页脚编辑状态
.Range.Font.Size = 9
.Range.Font.Name = "宋体"
.Range.Collapse Direction:=wdCollapseEnd
End With
End Sub
Sub 财务负责人(control As IRibbonControl)
Call 插入访谈("财务负责人")
End Sub
Sub 采购负责人(control As IRibbonControl)
Call 插入访谈("采购负责人")
End Sub
Sub 人力负责人(control As IRibbonControl)
Call 插入访谈("人力负责人")
End Sub
Sub 生产负责人(control As IRibbonControl)
Call 插入访谈("生产负责人")
End Sub
Sub 投融资负责人(control As IRibbonControl)
Call 插入访谈("投融资负责人")
End Sub
Sub 销售负责人(control As IRibbonControl)
Call 插入访谈("销售负责人")
End Sub
Sub 研发负责人(control As IRibbonControl)
Call 插入访谈("研发负责人")
End Sub
Sub 总经理(control As IRibbonControl)
Call 插入访谈("总经理")
End Sub
Sub 独立董事(control As IRibbonControl)
Call 插入访谈("独立董事")
End Sub
Sub 内审负责人(control As IRibbonControl)
Call 插入访谈("内审负责人")
End Sub

支持与分享

如果这篇文章对你有帮助,欢迎分享给更多人或打赏支持!

打赏

评论区

Profile Image of the Author
richfan
Hello, I'm richfan.
公告
欢迎来到我的博客!这是一则示例公告。
音乐
封面

音乐

暂未播放

0:000:00
暂无歌词
分类
标签
站点统计
文章
779
分类
8
标签
138
总字数
3,267,679
运行时长
0
最后活动
0 天前
站点信息
构建平台
Cloudflare Pages
博客版本
Firefly v6.13.5
文章许可
CC BY-NC-SA 4.0

文章目录