![]() |
|
|||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hello!
I am attempting to use the code from this post by Macropod using Office 365. I think the VBA language must have changed a bit from when it was written, as I'm getting a couple of errors not previously solved by the thread https://www.msofficeforums.com/word-...nts-excel.html. I was able to use the code from a separate post to export just comments, but would really like to be able to get the tracked changes as well. The first error is 424 for Code:
Select Case wdRng.StoryType Code:
Select Case Rng.StoryType Code:
Case wdMainTextStory, wdTextFrameStory
StrOut = StrOut & "Page: " & .Range.Characters.First.Information(wdActiveEndAdjustedPageNumber) & vbTab & .Author & vbTab & .Date & vbTab
Code:
Select Case .Type |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Exporting Tracked Changes and Comments to Excel
|
alzasp | Word VBA | 10 | 06-14-2022 02:13 AM |
| Merging certain Tracked Changes and Comments | The_Chefkoch | Word | 0 | 02-01-2017 07:22 AM |
| Why nobody marks his thread as solved?! | Catalin.B | Excel | 0 | 08-24-2011 06:23 AM |
| Mark a thread as solved | Matrix | Forum Support | 0 | 04-22-2009 04:48 PM |