Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

excell assignment

Status
Not open for further replies.

arshia

Programmer
Joined
Oct 10, 2000
Messages
4
Location
CA
Hi,
I have developed this program in asp.
students download their assignment, do it, and then upload it to the server. Then, the assignment will be marked by the asp program that I wrote.
the assignments are in excel spread sheet.
I found the following problem:
when students use autolinks then the program make the server crash. I dont know what sort of condition should i use, but i know this didnt help:

Function check(x)
if vartype(x)=2 or vartype(x)=5 or vartype(x)=6 then
check= true
else
check=false
end if
end function

could you please help me with this! thanks! Arshia
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top