PC Review


Reply
Thread Tools Rate Thread

Can I pgrogramatically access Track Changes?

 
 
=?Utf-8?B?eHJiYmFrZXI=?=
Guest
Posts: n/a
 
      5th Jul 2007
When a workbook is shared one has the option to view the changes that various
users have made. Is there any way to programatically access those changes>

Thanks,

Russ
 
Reply With Quote
 
 
 
 
=?Utf-8?B?VG9tIE9naWx2eQ==?=
Guest
Posts: n/a
 
      5th Jul 2007
I have never tried it, but as I recall, the changes are stored in a hidden
sheet named HISTORY. You might see if such a sheet exist and see what it
looks like. That could be accessed programmatically.

--
Regards,
Tom Ogilvy


"xrbbaker" wrote:

> When a workbook is shared one has the option to view the changes that various
> users have made. Is there any way to programatically access those changes>
>
> Thanks,
>
> Russ

 
Reply With Quote
 
=?Utf-8?B?eHJiYmFrZXI=?=
Guest
Posts: n/a
 
      5th Jul 2007
Thanks Tom. I'll check it out.

"Tom Ogilvy" wrote:

> I have never tried it, but as I recall, the changes are stored in a hidden
> sheet named HISTORY. You might see if such a sheet exist and see what it
> looks like. That could be accessed programmatically.
>
> --
> Regards,
> Tom Ogilvy
>
>
> "xrbbaker" wrote:
>
> > When a workbook is shared one has the option to view the changes that various
> > users have made. Is there any way to programatically access those changes>
> >
> > Thanks,
> >
> > Russ

 
Reply With Quote
 
=?Utf-8?B?VmVyZ2VsIEFkcmlhbm8=?=
Guest
Posts: n/a
 
      5th Jul 2007
Russ,

This code will generate the History sheet that Tom mentioned. When you save
the workbook, it seems Excel automatically deletes the History sheet. But I
guess you can just always re-generate the History Sheet whenever you need it.


Sub ShowHistory
ActiveWorkbook.ListChangesOnNewSheet = True
End Sub


--
Hope that helps.

Vergel Adriano


"xrbbaker" wrote:

> When a workbook is shared one has the option to view the changes that various
> users have made. Is there any way to programatically access those changes>
>
> Thanks,
>
> Russ

 
Reply With Quote
 
=?Utf-8?B?eHJiYmFrZXI=?=
Guest
Posts: n/a
 
      5th Jul 2007
That's handy. thanks Vergel.

"Vergel Adriano" wrote:

> Russ,
>
> This code will generate the History sheet that Tom mentioned. When you save
> the workbook, it seems Excel automatically deletes the History sheet. But I
> guess you can just always re-generate the History Sheet whenever you need it.
>
>
> Sub ShowHistory
> ActiveWorkbook.ListChangesOnNewSheet = True
> End Sub
>
>
> --
> Hope that helps.
>
> Vergel Adriano
>
>
> "xrbbaker" wrote:
>
> > When a workbook is shared one has the option to view the changes that various
> > users have made. Is there any way to programatically access those changes>
> >
> > Thanks,
> >
> > Russ

 
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
Track User Access anonymous Microsoft Outlook 0 27th Oct 2006 08:03 PM
Can Access track user changes? =?Utf-8?B?VGVkZCBO?= Microsoft Access 2 27th Oct 2005 01:33 AM
Access - Track Changes Don M Microsoft Access Database Table Design 5 6th May 2004 11:34 PM
Access and Outlook - automatically generate emails if I track addresses in Access BP Microsoft Access Getting Started 5 27th Mar 2004 12:05 PM
track file access Jon Delano Microsoft Windows 2000 File System 2 20th Jan 2004 09:16 PM


Features
 

Advertising
 

Newsgroups
 


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