Hi
i would like an excel vba that does the following
#1 it would save the active sheet as a text (tab delimited) file
#2 it would also make sure that the file name is not more then 30 characters, if it is more then 30 charterers ,it should trim the file name starting from the right side to get it to be 30 characters
#3 it would save the text file it to a specific directory, and if the same file name exits in that directory, it should not overwrite it, or make a copy, it should give you an error message saying file name already exits and do nothing.
Thanks
i would like an excel vba that does the following
#1 it would save the active sheet as a text (tab delimited) file
#2 it would also make sure that the file name is not more then 30 characters, if it is more then 30 charterers ,it should trim the file name starting from the right side to get it to be 30 characters
#3 it would save the text file it to a specific directory, and if the same file name exits in that directory, it should not overwrite it, or make a copy, it should give you an error message saying file name already exits and do nothing.
Thanks