View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Lillian Lian Lillian Lian is offline
external usenet poster
 
Posts: 26
Default Registry compare

I have two registry key which is test.reg and test-A.reg, the test.reg is
before I install script on the machine, the test-A.reg is after I install
script on the machine, so how can I write the VB script to compare both
test.reg and rest-A.reg, right now on the sheet1 I have test.reg from column
A to B, test-A.reg from column D to E, how can I write the macro, dump the
different in sheet2.


Thank you for the help

Lillian