Check in file with VBA code

Hello

I have some VBA code where I run a process on multiple files it opens and closes the files outside of ProjectWise fine.  However when I run it inside of ProjectWise I need to hit the checkin button on every file I am trying to close - does anyone have some code they would be willing to share to allow me to checkin the files automatically without having to hit the checkin button every time

Thanks

Dan 

Parents
  • Dan, The way I would have written this type of interaction is with a standalone app that would connect to ProjectWise, check out each file, process it, then check it back in via the API. When files are opened through ProjectWise Explorer, the Explorer watches for them to close, then presents the button for check-in. When you are not using ProjectWise Explorer, you can present a less interactive experience.
Reply
  • Dan, The way I would have written this type of interaction is with a standalone app that would connect to ProjectWise, check out each file, process it, then check it back in via the API. When files are opened through ProjectWise Explorer, the Explorer watches for them to close, then presents the button for check-in. When you are not using ProjectWise Explorer, you can present a less interactive experience.
Children
No Data