Hi all
I'm trying to use this code to launch the Windows Find box
but I get an Error:Access is denied error when I try to run it. Anybody know how to get around this? I'm sure it's something stoopid!
I'm trying to use this code to launch the Windows Find box
Code:
<%
dim sa
set sa = CreateObject("Shell.Application")
sa.FindFiles
%>