Thank you for your reply,
I have attached my vi here. I have created a while loop which adds the loop iteration number to the end of the filename. It seems to me that what I have to do is create a dummy excel file to begin with, and then browse to that excel file. Then the labview program will browse to that same file when it runs. Subsequently I wish to add the loop iteration number to the end of the file name. The problem seems to be that the file name ends with .xls and it keeps adding .xls1, .xls2, .xls3, instead of 1.xls, 2.xls, 3.xls, which is what I want. I am welcome to any suggestions you may have.