GubertDisentis
Vendor
I have an application with a MSFlexGrid.
In Grid(col1) there is a name.
In Grid(col2) there is .txt
How can I create a col3 which combines col1 with col2
Col3 should then read name.txt
I tried
Grid1(Col13)= Grid1(Col1) + Grid1(Col2)
After I replaced the + with & but nothing works.
What is wrong ?
Your help is apprciated
In Grid(col1) there is a name.
In Grid(col2) there is .txt
How can I create a col3 which combines col1 with col2
Col3 should then read name.txt
I tried
Grid1(Col13)= Grid1(Col1) + Grid1(Col2)
After I replaced the + with & but nothing works.
What is wrong ?
Your help is apprciated