Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
How can I find, particular file is exists or not using Macro in qilkview.
Regards
Avadhoot
Hi,
You have to use file system object.
the code will be something like.
Set fso = CreateObject("Scripting.FileSystemObject")
If (fso.FileExists("C:\Program Files\conf")) Then
msgbox "file exists"
end if
thanks,
Rajesh Vaswani
Hi,
You have to use file system object.
the code will be something like.
Set fso = CreateObject("Scripting.FileSystemObject")
If (fso.FileExists("C:\Program Files\conf")) Then
msgbox "file exists"
end if
thanks,
Rajesh Vaswani
Hi
Does it works for every type of files.
Thanks
Yes
thanks,
Rajesh Vaswani
I tried out this with Excel file but it not working...............
Thanks
Its working
Thanks
can you please mark this as a correct answer
thanks,
Rajesh Vaswani