在TFS中是否有用于执行源代码管理活动的VBA加载项,例如签入,签出?
基本上,我在VBA中开发应用程序,我使用VSTS作为我的版本控制工具。我不知道如何将VBA与Visual Studio team system集成以直接签入或签出我的代码。
答案 0 :(得分:1)
不确定,这个VBA在办公室吗?如果应用程序可以使用Visual Source Safe,那么您可以使用MSSCCIProvider。如果没有,那么TFS 2010 Power tools中的windows shell扩展(资源管理器集成)可能很有用,至少你不需要打开Visual Studio。