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 CODE REPOSITORY

How to check in and administor changes to the VBA class modules. Its all
stored in binary, so difficult to diff.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default sOURCE CODE REPOSITORY

I'm not aware of any program that can be used (well) for source
control for VBA code. You can, of course, export modules to bas and
cls files and those can be controlled by a source control program, but
accurate version control would still rely on the appropriate version
of the module being properly imported into and exported out of a VBA
project. Both Export and Import functions are on the File menu in the
VBA editor and both operations can be automated.

Cordially,
Chip Pearson
Microsoft Most Valuable Professional
Excel Product Group, 1998 - 2009
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)

On Sat, 23 May 2009 14:47:00 +0100, "Gota"
wrote:

How to check in and administor changes to the VBA class modules. Its all
stored in binary, so difficult to diff.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default sOURCE CODE REPOSITORY

Thnaks for the response. How to tore templates where to import these
modules. IS there any way of automatically importing modules in the relevant
templtaes or xla / xls files?

"Chip Pearson" wrote in message
...
I'm not aware of any program that can be used (well) for source
control for VBA code. You can, of course, export modules to bas and
cls files and those can be controlled by a source control program, but
accurate version control would still rely on the appropriate version
of the module being properly imported into and exported out of a VBA
project. Both Export and Import functions are on the File menu in the
VBA editor and both operations can be automated.

Cordially,
Chip Pearson
Microsoft Most Valuable Professional
Excel Product Group, 1998 - 2009
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)

On Sat, 23 May 2009 14:47:00 +0100, "Gota"
wrote:

How to check in and administor changes to the VBA class modules. Its all
stored in binary, so difficult to diff.



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
Multiple worksheets, Centralized Formula Repository Piyush Excel Discussion (Misc queries) 0 September 11th 07 05:09 AM
Huge Repository!!! [email protected] Excel Programming 0 June 14th 07 09:22 AM
Huge Repository!!! [email protected] Excel Discussion (Misc queries) 0 June 14th 07 09:22 AM
Saving data from an order into a excel repository? drucey[_19_] Excel Programming 1 March 24th 06 12:41 PM
SOURCE CODE Vicencia Vitus Excel Programming 1 April 30th 04 10:50 AM


All times are GMT +1. The time now is 05:01 AM.

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"