Hi,
What is the code for deleting a row from a text file. Basically when I click a button on a UserForm, the text file is read and placed into an array called ArrayContract(). I then compare ComboBox1 on the UserForm with all the values in ArrayContract. When a match is found, I save the position in ArrayContract as a variable. I then want to delete from the text file the position that i have just located.
Hope this makes sense,
Chris
What is the code for deleting a row from a text file. Basically when I click a button on a UserForm, the text file is read and placed into an array called ArrayContract(). I then compare ComboBox1 on the UserForm with all the values in ArrayContract. When a match is found, I save the position in ArrayContract as a variable. I then want to delete from the text file the position that i have just located.
Hope this makes sense,
Chris