PC Review


Reply
Thread Tools Rate Thread

Any way to compare VBA code in different workbooks?

 
 
=?Utf-8?B?Q2hlZXItUGhpbC1seQ==?=
Guest
Posts: n/a
 
      5th Jan 2007
I have a Work-in-Process workbook and a Production workbook that many people
use daily. Sometimes I can grab the Production workbook and make VBA changes
but other times I have to make changes in the WIP version. Is there any way
to compare VBA code in two different workbooks?
 
Reply With Quote
 
 
 
 
=?Utf-8?B?R2FyeScncyBTdHVkZW50?=
Guest
Posts: n/a
 
      5th Jan 2007
Export the modules from each workbook and then rename the files from .bas to
..txt

Then import the .txt files into separate columns in a worksheet and do a
column comparison.
--
Gary's Student


"Cheer-Phil-ly" wrote:

> I have a Work-in-Process workbook and a Production workbook that many people
> use daily. Sometimes I can grab the Production workbook and make VBA changes
> but other times I have to make changes in the WIP version. Is there any way
> to compare VBA code in two different workbooks?

 
Reply With Quote
 
Bob Phillips
Guest
Posts: n/a
 
      6th Jan 2007
Or use a text editor that compares, as they are only text files.

--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)


"Gary''s Student" <(E-Mail Removed)> wrote in message
news:2EE8FFDA-D145-44FB-AA30-(E-Mail Removed)...
> Export the modules from each workbook and then rename the files from .bas
> to
> .txt
>
> Then import the .txt files into separate columns in a worksheet and do a
> column comparison.
> --
> Gary's Student
>
>
> "Cheer-Phil-ly" wrote:
>
>> I have a Work-in-Process workbook and a Production workbook that many
>> people
>> use daily. Sometimes I can grab the Production workbook and make VBA
>> changes
>> but other times I have to make changes in the WIP version. Is there any
>> way
>> to compare VBA code in two different workbooks?



 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      6th Jan 2007
MSWord has a comparison utility (Tools|Compare and Merge documents).

But you'll have to put the code into .txt files (or .doc files).

Cheer-Phil-ly wrote:
>
> I have a Work-in-Process workbook and a Production workbook that many people
> use daily. Sometimes I can grab the Production workbook and make VBA changes
> but other times I have to make changes in the WIP version. Is there any way
> to compare VBA code in two different workbooks?


--

Dave Peterson
 
Reply With Quote
 
Jim Cone
Guest
Posts: n/a
 
      6th Jan 2007
Or maybe just use the latest version in both workbooks ?
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware


"Cheer-Phil-ly"
<(E-Mail Removed)>
wrote in message
I have a Work-in-Process workbook and a Production workbook that many people
use daily. Sometimes I can grab the Production workbook and make VBA changes
but other times I have to make changes in the WIP version. Is there any way
to compare VBA code in two different workbooks?
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
compare different workbooks =?Utf-8?B?a2pzdGVj?= Microsoft Excel Worksheet Functions 1 17th Oct 2006 06:34 PM
Compare workbooks IPI Microsoft Excel Discussion 1 17th Mar 2006 10:45 AM
Compare workbooks =?Utf-8?B?UEFS?= Microsoft Excel Programming 2 14th Jan 2006 07:36 PM
COMPARE 2 WORKBOOKS dgr Microsoft Excel Programming 0 7th Nov 2005 09:59 AM
Compare workbooks Jonathan Parminter Microsoft Excel Misc 2 8th Sep 2004 06:05 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:27 PM.