Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

Thanks for the reply. I appreciate the coding.

 

'
'ThisApplication.ActiveView.Fit
ThisApplication.CommandManager.ControlDefinitions.Item("AppZoomallCmd").Execute

'Check In dialogbox
ThisApplication.CommandManager.ControlDefinitions.Item("VaultCheckinTop").Execute2(False)

'To send by pressing ENTER button.
System.Windows.Forms.SendKeys.Sendwait("comment" & Chr(9) & vbCrLf)

 

I tried with the coding as shown above: I still get it as shown below. Basically, I need to execute check-In by pressing the ENTER button. It makes faster checking the documents.

 

Check In Options.GIF

 

Request to fix - if you don't mind.