如果是这时出现CHECK IN或者CHECK OUT是因为你安装程序时,给你右键增加了选择项.清理一下你右键功能就OK了.
1. 单击“Office 按钮” ,然后单击“Excel 选项”。2. 在“常用”类别中的“使用 Excel 时采用的首选项”下,选中“在功能区显示‘开发工具’选项卡”复选框,然后单击“确定”。3. 在“开发工具”选项卡上的“控件”组中,单击“插入”,然后在“表单控件”下单击“复选框” 。4. 在工...
SelectOK. The small check-out icon disappears when the file is checked back in. Check in from Excel If you're using Excel for the web,you can only check in from the SharePoint document library. Once you're done making changes in the ...
運算式。CheckIn(SaveChanges、Comments、MakePublic) 表達代表Workbook 物件的變數。 參數 名稱必要/選用資料類型描述 SaveChanges選用VariantTrue 是表示儲存變更並檢查文件中。False會傳回文件以存回狀態而不儲存修訂。 Comments選用Variant允許使用者為已存回的活頁簿修訂輸入存回註解 (僅適用於SaveChanges為True時)。
Applies To Excel for Microsoft 365Excel 2021Excel 2019Excel 2016SharePoint in Microsoft 365Microsoft365.comMicrosoft Office How to check out, check in, or discard changes to files in a SharePoint library.
在服务器上进行工作副本的签入(发布或没有发布)或撤销签出。可读写。 expression.CheckIn(SaveChanges, Comments, MakePublic) expression 必需。该…
The library requires files to be checked in/out. When files open, in excel, it ask if the user wants to check the file out (or notifies them that the...
如果Microsoft Excel 可以将指定的工作簿签入到服务器上,则该值为 True。读/写 Boolean。 语法 表达式。CanCheckIn 表达 一个代表 Workbook 对象的变量。 返回值 Boolean 示例 本示例检查服务器以查看是否可以签入指定的工作簿。 如果可以,本示例将保存并关闭工作簿,并将其签回服务器。 VB 复制 Sub CheckIn...
ExcelVBA教程:CheckIn方法·示例 本示例检查服务器以查察可否可以签入指定的工作簿。若是可以,本示例将保存并关闭工作簿,而且将其签回服务器。 SubCheckInOut(strWkbCheckInAsString) 'Determineifworkbookcanbecheckedin. IfWorkbooks(strWkbCheckIn).CanCheckIn=TrueThenWorkbooks(strWkbCheckIn).CheckIn MsgBoxstr...
expression.CheckOut(FileName) expression 必需。该表达式返回“应用于”列表中的对象之一。 FileNameString 类型,必需。要签出的文件名。 示例 本示例验证工作簿没有被其他用户签出,并验证该工作簿是否可以签出。如果工作簿可以签出,本示例将工作簿复制到本机以进行编辑。