ealier i created a vba macro using this code
Private Sub CheckBox1_Click()
If Me.CheckBox1.Value = True Then
Range("A56").Value = Range("A56").value & " Text"
End Sub
it worked great until i opened it in excel mobile it said it can run vba macro is there anyway to make it work on a tablet? can i write it differently? all i want it a fast way to add some premade sentence to a existing field with a value
thanks for ur help :)