Office Script Change Log

VBA learner ITG

Active Member
Joined
Apr 18, 2017
Messages
267
Office Version
  1. 365
Platform
  1. Windows
  2. MacOS
HI,

not sure if this is the correct place to post.

I need an office script to create a change log because users are accessing the file by the web browser the VBA code now doesn’t work which does exactly the below.

Date and Time
Cell that was changed.
Old Value
New Value

Hopefully, someone has had a similar problem and solution.
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
There isn't a Worksheet_Change event in Office Scripts. In Excel Online (not desktop app), you can go to Review > Show Changes and it will give you the information you need. It has all of the information you specified such as Date and Time, Cell that was changed, Old Value, and New Value
 
Upvote 0
There isn't a Worksheet_Change event in Office Scripts. In Excel Online (not desktop app), you can go to Review > Show Changes and it will give you the information you need. It has all of the information you specified such as Date and Time, Cell that was changed, Old Value, and New Value
Thank you for replying, I agree this is the only solution for Excel Online., Hopefully, in due course they can export the online change log to excel worksheet.
 
Upvote 0

Forum statistics

Threads
1,215,069
Messages
6,122,954
Members
449,096
Latest member
Anshu121

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top