Hi,
Currently the below code snippet is used to save a range of data into a tab delimted text file for upload into a database.
I have just found out the file name including extension needs to be uppercase throughout.
Is there a way to force through VBA the file name save as *.TXT ?
Cheers
Dylan
Currently the below code snippet is used to save a range of data into a tab delimted text file for upload into a database.
I have just found out the file name including extension needs to be uppercase throughout.
Code:
ActiveWorkbook.SaveAs SaveToDirectory & SaveName, xlText
Is there a way to force through VBA the file name save as *.TXT ?
Cheers
Dylan