Insert possibly isn't the correct word but I can't think of another was of explaining what I am attempting to do.
I have a spreadsheet which contains data that is uploaded into it. I have the data from the uploaded spreadsheet in the 'database' spreadsheet but I would like the filename shown on the 'database' so that users know which files have already been uploaded.
Does anybody know of a way of doing this? The uploaded file is found using the following code:
DataFile = Application _
.GetOpenFilename("Excel Files (*.xls), *.xls"
Application.WindowState = xlMaximized
Workbooks.Open (DataFile)
I hope somebody can help, as this is one of the few things I have left to do!
Thanks
Jane
[PC2]
I have a spreadsheet which contains data that is uploaded into it. I have the data from the uploaded spreadsheet in the 'database' spreadsheet but I would like the filename shown on the 'database' so that users know which files have already been uploaded.
Does anybody know of a way of doing this? The uploaded file is found using the following code:
DataFile = Application _
.GetOpenFilename("Excel Files (*.xls), *.xls"
Application.WindowState = xlMaximized
Workbooks.Open (DataFile)
I hope somebody can help, as this is one of the few things I have left to do!
Thanks
Jane
[PC2]