Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When I execute a Macro in Excel using this code:
Function FindTheFolder(ByVal way As String, _ ByVal folderName As String) As Boolean Dim theObject As Object Set theObject = VBA.Interaction.CreateObject("Scripting.FileSystem Object") FindTheFolder= objeto.FolderExists(direccion & "\" & nombreFolder) End Function and when it's running by this function, it sends me an error 429 but every references are ok. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I get the author of a file using CreateObject("Scripting.FileSystemObject")? | Excel Programming | |||
Set OutApp = CreateObject("Outlook.Application") - Runtime error 429 | Excel Programming | |||
Scripting.FileSystemObject | Excel Discussion (Misc queries) | |||
Scripting.FileSystemObject LAN | Excel Programming | |||
Scripting.FileSystemObject Networking | Excel Programming |