first I'd like to say that I'm new to VBA language and probably to some of you this thing seems easy.
In a certain part part of my script I need to put a string (VIN from a car) using a form from Excel. Here is the line where I need to add the text .
Worksheets("Sheet2").Cells(C, 18).Value = "<EcuDatas VIN_Vehicle=""HERE I NEED TO ADD"">"
Print #FileNum, Worksheets("Sheet2").Cells(C, 18).Value