Amit Kumar
Amit Kumar

Reputation: 21

Add-In for Team Foundation Server

Is there any add - in for VBA in TFS for performing source control activities like Check in, Check out ?

Basically, I am developing an application in VBA and I am using VSTS as my version control tool. I am not aware as to how can I integrate VBA with Visual Studio team system to directly check in or check out my code.

Upvotes: 2

Views: 565

Answers (1)

James Reed
James Reed

Reputation: 14052

Not sure, is this VBA in office? If the application can use Visual Source Safe then you might be able to use the MSSCCIProvider. If not then the windows shell extensions (explorer integration) in the TFS 2010 Power tools might be useful, at least you won't need to have Visual Studio open.

Upvotes: 1

Related Questions