
Need to rewrite a excel macro to google script
- or -
Post a project like this4649
$50
- Posted:
- Proposals: 1
- Remote
- #327081
- Completed
Description
Experience Level: Intermediate
Estimated project duration: 1 day
I have an excel macro I need convert/rewritten as a google script for a google sheet document
Private Sub Worksheet_Change(ByVal Target As Excel.Range)
Application.ScreenUpdating = False
On Error GoTo finish
If Target.Column = 4 And Target.Row = 2 And Range("C10").Value>2 Then
Range("C10").Value = Range("C10").Value - 2
End If
finish:
Application.ScreenUpdating = True
End Sub
Private Sub Worksheet_Change(ByVal Target As Excel.Range)
Application.ScreenUpdating = False
On Error GoTo finish
If Target.Column = 4 And Target.Row = 2 And Range("C10").Value>2 Then
Range("C10").Value = Range("C10").Value - 2
End If
finish:
Application.ScreenUpdating = True
End Sub
Paul D.
100% (31)Projects Completed
11
Freelancers worked with
11
Projects awarded
47%
Last project
8 Mar 2016
United States
New Proposal
Login to your account and send a proposal now to get this project.
Log inClarification Board Ask a Question
-
There are no clarification messages.
We collect cookies to enable the proper functioning and security of our website, and to enhance your experience. By clicking on 'Accept All Cookies', you consent to the use of these cookies. You can change your 'Cookies Settings' at any time. For more information, please read ourCookie Policy
Cookie Settings
Accept All Cookies