Apr 9, 2005 #1 Johnny42 Technical User Jul 13, 2004 127 CA sub rename() Name "C\test.text" As "C\testbck.text" end sub I'm getting a file not found....what am I doing wrong ?
sub rename() Name "C\test.text" As "C\testbck.text" end sub I'm getting a file not found....what am I doing wrong ?
Apr 9, 2005 1 #2 PHV MIS Nov 8, 2002 53,708 FR Name "C[highlight]:[/highlight]\test.text" As "C[highlight]:[/highlight]\testbck.text" Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244 Upvote 0 Downvote
Name "C[highlight]:[/highlight]\test.text" As "C[highlight]:[/highlight]\testbck.text" Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
Apr 9, 2005 Thread starter #3 Johnny42 Technical User Jul 13, 2004 127 CA sorry...yes I posted wrong... Name "C:\test.text" As "C:\testbck.text" still gives me that error .....????? Upvote 0 Downvote
sorry...yes I posted wrong... Name "C:\test.text" As "C:\testbck.text" still gives me that error .....?????
Apr 9, 2005 #4 PHV MIS Nov 8, 2002 53,708 FR C:\test.text" should exists "C:\testbck.text" should not Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244 Upvote 0 Downvote
C:\test.text" should exists "C:\testbck.text" should not Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
Apr 9, 2005 Thread starter #5 Johnny42 Technical User Jul 13, 2004 127 CA Yes that is so...... do I have to ChDrive "C" because my workbook is on E drive ? Upvote 0 Downvote