I get the same error, so if anyone figures this out, please let the rest of us know.
I have Visual Interdev with SP5. I get the error when I try to connect to IIS 5 with FP SE 2002.
I do not get the error with the old extensions (not sure what version)
vjysing,
When you're writing the "msExcel.ActiveWorkbook.PrintOut" line, does VB show the function definition like below?
PrintOut([From], [To], [Copies], [Preview], [ActivePrinter], [PrintToFile], [Collate], [PrToFileName]).
I'm not really sure why you can't reference the...
This needs to be done through the IIS Internet Services Manager. You need to create your "custom" error page and set it as the default for the 404 error message in the "custom errors" tab in IIS. Keep in mind that you can set the custom error at the server, site, directory or...
Yes counter is the incrementer, but I don't see where it is needed. If you always know that email is in the second position then you wouldn't have to increment through the array. You should just be able to populate the array without the counter like:
myArray =...
You could also make your own wait page (with buffering turned on). The custom wait page would display a message telling the user that the process is running. This wait page would also contain a redirect command to the ASP process page. Since buffering is turned on the wait page would be...
Update: Jabba, thanks much, it worked perfectly.
BTW: I use a Visual Basic Executable instead of VBA. Example code is below if interested:
Public Function ConvertFile(strSourceFileName As String) As Boolean
On Error GoTo ErrorHandler
Dim msExcel As Excel.Application
Set...
I had this working beautifully in 4.0, but recently upgraded to 5.0. I was using the PDFWriter printer in 4.0, but now I have to use Distiller. I'm not sure why they got rid of the PDFWriter printer?
I haven't tried Jabba's code yet (will right after I post this), but I do know if you try to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.