Ok I promise this is my last question for today! Can you please let me know how I can Remove space between header title in a Row? For example suppose I have a row like this
|Airst Name| |Zoom Area|Polygon Type|......
so to loop trough all titles inside the row as whe as there are and convert them to
|Airst_Name| |Zoom_Area|Polygon_Type|......
Please remember that this is going to be done entire of just in one row lets say row 3.
Thanks