1

Does anyone know how to add user id to the Excel header or footer? I know I can set it in a macro but I'm trying to avoid it. Is there any shortcut like &D or &t for user id?

4

2 回答 2

0

没有公式(在标题对话框中,或一般在 Excel 中)可以提取用户名。你必须做VBA。

于 2009-10-13T19:21:33.750 回答
0

用户或作者不是可以插入页眉/页脚(如页码)的预构建字段。&[Page]可用的页眉/页脚元素显示在页眉和页脚工具、设计上下文菜单中(在视图、页面布局中可用)

    页眉/页脚元素

但是,有一些预构建的命令会将当前用户作为文本插入(不是可更新字段)。单击上图最左侧的大标题菜单按钮并插入<user> Page <page no> <date>Prepared by <user> <date> Page <page no>。相同的准备好的短语可用于页脚。

这些可以通过Alt+ J, H,访问H。它们也可以分配给QAT或菜单热键。

于 2015-04-24T05:23:38.127 回答