Forum Discussion

BigB4400's avatar
BigB4400
Copper Contributor
Sep 22, 2022

Help to convert Excel VB to Excel online script

I have the following VBA in Excel that inserts a static date into cell column G when I update the corresponding cell in column A:   If Not Intersect(Target, Range("a155:a10000")) Is Nothing Then T...

Resources