Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Source Control For Excel VBA?

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,986
Default Source Control For Excel VBA?

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,986
Default Source Control For Excel VBA?

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Syntax for control source in combo box control dhstein Excel Discussion (Misc queries) 1 August 12th 09 05:38 PM
Control Source / Row Source very unstable Marc Gendron[_2_] Excel Programming 1 November 28th 06 10:23 PM
excel 2003 source control sp05 Excel Programming 0 May 18th 05 07:00 PM
Setting Spreadsheet control data source to Excel file Lyndsey Excel Programming 0 November 4th 03 05:35 PM
Control Source Steven Taylor[_2_] Excel Programming 0 July 16th 03 04:01 PM


All times are GMT +1. The time now is 11:57 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"