The original isthe output is AYAM. This ok. Then I change to used textboxCode:.Expression = """AYAM"""
I want to get the input value from textbox..I used textbox.
It should be AYAM because I input this text in my textbox5.
But my output is & TextBox5.Text & . I got my textbox name. Why could be like this? What wrong with my code below?
Code:.Expression = """ & TextBox5.Text & """
