hi ... i manage to export my data into excel ..
if i wan to allow excel user to access the the link i put .. how can i do that ..?
[PHP]<%
Function Export()
Dim strOutput
Set FSObj=Server.CreateObject("Scripting.FileSystemObj ect")
Set FolderObj = FSObj.GetFolder ("C:\Inetpub\wwwroot\CLS1\FA\Uploads")
strOutput = Chr(13) & Chr(10) &rsFiltered.Fields("PartNumber")& "," &rsFiltered.Fields("Requestor")& ","
"<u><a href='C:\Inetpub\wwwroot\CLS1\FA\Uploads\"&rsFilte red.Fields("FileName")&"'></a></u>"
WriteToFile CSVName, strOutput, True
End Function
%>[/PHP]
i wan that FileName to become a link after i export to excel... thanks
also.. if let say the grade <40
how do i make the excel become red color