I am trying to create a new folder and I am getting a run-time errror 76: Path not found.
RCOTSaveLoc = "c:\LogcapRequests\" & [c_NameGen_PPR].Value & "\"
If Len(Dir(RCOTSaveLoc, vbDirectory)) = 0 Then
MkDir RCOTSaveLoc
End If
Also, RCOTSaveLOC= "c:\LogcapRequests\FLR-11-0005-CJ05-228-143217-R0\". I've tried with and without the "\" at the end. Any help would be much appreciated.
Thanks. I found out that I had to create the Logcaprequests with Mkdir and then c:\LogcapRequests\FLR-11-0005-CJ05-228-143217-R0\ with mkdir.
Microsoft Excel
Microsoft Excel topics include formulas, formatting, VBA macros and user-defined functions, and everything else related to the spreadsheet user interface, including error messages.
Does FLR-11-0005-CJ05-228-14321
Ed