I'm reading data from a comma-separated-file into a worksheet. The worksheet is protected. The cells have a format with left allignment of the Euro-sign and right allignment of the value. After import the Left allignment of the Euro-sign is changed to right. How can I prevent this from happening? I tried to read the value only into the cell with
Workbooks(A).Worksheets(B).Cells(R,K).Value=Importvalue
But this doen't work.
Workbooks(A).Worksheets(B).Cells(R,K).Value=Importvalue
But this doen't work.