View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
cajinamaster cajinamaster is offline
external usenet poster
 
Posts: 5
Default Error 429 VBA.Interaccion.Createobject("Scripting.FileSystem Object

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.