Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Getting the "Code Execution has been interrupted" message ...
I'm attempting to allow for various drive letter mapping on user PCs to a folders on a shared drive on the LAN in order to save a copy of an Excel file after a user edits it. Sub SVSURVEY() If Dir("E:\AName\") < "" Then ActiveWorkbook.SaveAs Filename:= _ "E:\AName\SURVEY" & Range("H4").Value & ".xls" ElseIf Dir("F:\AName\") < "" Then ActiveWorkbook.SaveAs Filename:= _ "F:\AName\SURVEY" & Range("H4").Value & ".xls" etc, etc, End If End Sub The procedure works fine, the file is saved with a different name but, would like the code execution message not to appear. Would appreciate a response. -- AusTexRich |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
split post code (zip code) out of cell that includes full address | Excel Discussion (Misc queries) | |||
Code to conditional format all black after date specified in code? | Excel Discussion (Misc queries) | |||
Drop Down/List w/Code and Definition, only code entered when selec | Excel Worksheet Functions | |||
option buttons run Click code when value is changed via VBA code | Excel Programming | |||
VBA code delete code but ask for password and unlock VBA protection | Excel Programming |