Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to move a folder from "quotes" to "sales" and
cannot get it right. What is wrong? Sub Move() Dim sFolder As Scripting.folder Dim sDestination As String Set sFolder = "\\quotes\" & ActiveSheet.Range("S7") & "\" & ActiveSheet.Range("h14") sDestination = "\\Sales\" & ActiveSheet.Range("S7") & "\" & ActiveSheet.Range("h14") MoveFolder sFolder, sDestination End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Moving text around cells without moving boarder lines | Excel Discussion (Misc queries) | |||
Arrow Keys Moving Window Frame instead of Moving Between Cells | Excel Discussion (Misc queries) | |||
Offline folders | Excel Discussion (Misc queries) | |||
Personalize folders | Excel Discussion (Misc queries) | |||
Moving workbooks between folders | Excel Discussion (Misc queries) |