Hello,
I have a worksheet that reads a table from sql server view with few columns.
For this explantion we will give them the names A1,A2,A3,A4 .
Now I want to add to this columns 4 more columns that does not exist in this view , and they are unliked to the database. We will give them the names B1,B2,B2,B4.
The A1,A2,A3,A4 rows are used only as readonly fiels , and the B1,B2,B3,B4 are used for writting extra data (But should not be insert to the database)
the problem is that when opening the excel, and refreshing the data , if new rows have been added, the B1,B2,B3,B4 and the A1,A2,A3,A4 cells data are no longer in the same row.
Another important thing is that the A1 column is unique , so maybe I can force the B1,B2,B3,B4 cells to always stay in the same line of the unique id in A1.
Any help solving this issue wil be appreciated.
Kind regards,
Tal humy