Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I was just curious if anyone knows of a way to source control VBA
applications in Excel workbooks? I'm using Team Foundation Server for the source control on a larger project using .Net and VB6, however there are also a few excel files containing a fair amount of VBA code. Team foundation only stores the excel files as binaries which means you can't run a diff, merge changes, etc on the embedded VBA code in the excel workbook. I've heard that plug-ins for source control in Excel exist for other source control systems... does anyone know of one for team foundation? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I don't know of one, but if you find one, there are a lot of people who would
like to know about it. "Dave Mathew" wrote: I was just curious if anyone knows of a way to source control VBA applications in Excel workbooks? I'm using Team Foundation Server for the source control on a larger project using .Net and VB6, however there are also a few excel files containing a fair amount of VBA code. Team foundation only stores the excel files as binaries which means you can't run a diff, merge changes, etc on the embedded VBA code in the excel workbook. I've heard that plug-ins for source control in Excel exist for other source control systems... does anyone know of one for team foundation? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Just an afterthought Dave, It is probably because VBA is not a compiled code
set that it is not source controlled. That is, it only compiles as it is run. That means that the code is always in the clear, and unless the code modules are password protected, they are accessible and subject to modification by any authorized (and some unauthorized) users. VB6 is different, it can be compiled into EXE files and arbitrary changes can be restricted. "Dave Mathew" wrote: I was just curious if anyone knows of a way to source control VBA applications in Excel workbooks? I'm using Team Foundation Server for the source control on a larger project using .Net and VB6, however there are also a few excel files containing a fair amount of VBA code. Team foundation only stores the excel files as binaries which means you can't run a diff, merge changes, etc on the embedded VBA code in the excel workbook. I've heard that plug-ins for source control in Excel exist for other source control systems... does anyone know of one for team foundation? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Syntax for control source in combo box control | Excel Discussion (Misc queries) | |||
Control Source / Row Source very unstable | Excel Programming | |||
excel 2003 source control | Excel Programming | |||
Setting Spreadsheet control data source to Excel file | Excel Programming | |||
Control Source | Excel Programming |