02-07-2017
10:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
02-07-2017
10:37 PM
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.
Request to fix - if you don't mind.