|
常用对象9Cs检测VBA |
说明9Cs检测VBA |
|
Application.ActiveDocument9Cs检测VBA |
当前文档,可以简写为ActiveDocument9Cs检测VBA |
|
Application.ActivePrinter9Cs检测VBA |
获取当前打印机9Cs检测VBA |
|
Application.ActiveWindows9Cs检测VBA |
当前窗口9Cs检测VBA |
|
Application.Height9Cs检测VBA |
当前应用文档的高度9Cs检测VBA |
|
Application.Width9Cs检测VBA |
当前应用文档的宽度9Cs检测VBA |
|
Application.Build9Cs检测VBA |
获取Word版本号和编译序号9Cs检测VBA |
|
Application.Caption9Cs检测VBA |
当前应用程序名9Cs检测VBA |
|
Application.DefaultSaveFormat9Cs检测VBA |
返回空字符串,表示Word文档9Cs检测VBA |
|
Application.DisplayRecentFiles9Cs检测VBA |
返回是否显示最近使用的文档的状态9Cs检测VBA |
|
Application.Documents.Count9Cs检测VBA |
返回打开的文档数9Cs检测VBA |
|
Application.FontNames.Count9Cs检测VBA |
返回当前可用的字体数9Cs检测VBA |
|
Application.Left9Cs检测VBA |
返回当前文档的水平位置9Cs检测VBA |
|
Application.MacroContainer.FullName9Cs检测VBA |
返回当前文档名,包括所在路径9Cs检测VBA |
|
Application.NormalTemplate.FullName9Cs检测VBA |
返回文档标准模版名称及所在位置9Cs检测VBA |
|
Application.Path9Cs检测VBA |
显示活动文档的路径和文件名9Cs检测VBA |
|
Application.RecentFiles.Count9Cs检测VBA |
返回最近打开的文档数目9Cs检测VBA |
|
Application.System.FreeDiskSpace9Cs检测VBA |
返回应用程序所在磁盘可用空间9Cs检测VBA |
|
Application.Templates.Count9Cs检测VBA |
返回应用程序所使用的模板数9Cs检测VBA |
|
Application.UserName9Cs检测VBA |
返回应用程序用户名9Cs检测VBA |
|
Application.Version9Cs检测VBA |
返回应用程序的版本号9Cs检测VBA |
|
Application.Activate9Cs检测VBA |
激活指定对象9Cs检测VBA |
|
Application.Move9Cs检测VBA |
设置任务窗口或活动文档窗口的位置9Cs检测VBA |
|
Application.GoForward9Cs检测VBA |
将插入在活动文档中进行编辑的最后三个位置之间向前移动9Cs检测VBA |
|
Application.PrintOut9Cs检测VBA |
该方法可打印指定文档的全部或部分9Cs检测VBA |
|
Application.Resize9Cs检测VBA |
调整Word窗口大小。如果该窗口被最大化或最小化将导致出错9Cs检测VBA |
|
Application.Quit9Cs检测VBA |
退出Word,并可选择保存或传送打开的文档9Cs检测VBA |