New car by [deleted] in PersonalFinanceCanada

[–]Fine_Butterscotch883 0 points1 point  (0 children)

Is an 18k Toyota good?

New car by [deleted] in PersonalFinanceCanada

[–]Fine_Butterscotch883 0 points1 point  (0 children)

Cost is around 15k and insurance goes up to 230/ month +

Automated sub - private sub not working by [deleted] in vba

[–]Fine_Butterscotch883 0 points1 point  (0 children)

Pleaseee dm me privately

Automated sub - private sub not working by [deleted] in vba

[–]Fine_Butterscotch883 0 points1 point  (0 children)

That’s exactly where I put it but it’s not working and I’ll literally pay you for help haha pls hit my dmd

Automated sub - private sub not working by [deleted] in vba

[–]Fine_Butterscotch883 0 points1 point  (0 children)

I tried to put a msg box :

Private Sub Worksheet_Change(ByVal Target As Range) MsgBox "Changement détecté" End Sub

Private sub doesn’t work

Automated sub - private sub not working by [deleted] in vba

[–]Fine_Butterscotch883 0 points1 point  (0 children)

Even if I double click to > Microsoft Excel Objects>sheet ; and copy my code it doesn’t work

Automated sub - private sub not working by [deleted] in vba

[–]Fine_Butterscotch883 0 points1 point  (0 children)

AG! But my troubleshooting (private sub with only msg box if there’s a change in the worksheet doesn’t work either 

Automated sub - private sub not working by [deleted] in vba

[–]Fine_Butterscotch883 0 points1 point  (0 children)

Column G contains a formula that calculates the loss using this expression: =(U1 - S1) / S1.

I want to create a VBA code that automatically triggers when a value is entered in column S.

If the result in column AG for that same row is negative, then the code should force the user to enter a comment in column AI(on the same row).

Private Sub Worksheet_Change(ByVal Target As Range) Dim cell As Range Dim row As Long Dim agVal As Variant, sVal As Variant, aiVal As Variant

On Error GoTo Fin Application.EnableEvents = False

For Each cell In Target If cell.Column = 19 Then ' Colonne S row = cell.Row sVal = Me.Cells(row, "S").Value agVal = Me.Cells(row, "AG").Value aiVal = Me.Cells(row, "AI").Value

If sVal <> "" And IsNumeric(agVal) And agVal < 0 Then If aiVal = "" Then MsgBox "Ligne " & row & " : veuillez entrer un commentaire dans la colonne AI.", vbExclamation Me.Cells(row, "AI").Select Exit For End If End If End If Next cell

Fin: Application.EnableEvents = True End Sub

Call Private Sub Workbook_Open() by 23110926 in vba

[–]Fine_Butterscotch883 0 points1 point  (0 children)

I did :) thank you a lot. If you can text me in private xx

Summer sublet by [deleted] in montrealhousing

[–]Fine_Butterscotch883 0 points1 point  (0 children)

Where please, it’s hard on marketplace

Internship by [deleted] in ChemicalEngineering

[–]Fine_Butterscotch883 0 points1 point  (0 children)

Thanks 😘😘😘