Hi,
How can I copy a server side file to my local machine,
I've tried using:
Dim fso
Set fso = CreateObject("Scripting.FileSystemObject")
fso.CopyFile "http://200.200.200.200 \files\test_file.doc", "C:\test_file.doc"
But I get an error message, that the URL...
How can I flush the Winsock SendData function -
I want data sent to take place when the SendData function is called,
not only after returning from the function in which SendData was called.
e.g.
Function A has a SendData call in it.
I don’t want to wait with the SendData until function A...
Hi,
I'm trying to add CustomDocumentProperties to an Excel (or other office document) using VBScript.
Code:
Dim ExcelApp
Dim ExcelDoc
Set ExcelApp= CreateObject("Excel.Application")
Set ExcelDoc= OfficeApp.WorkBooks.Open (-file path-)
Question:
What code should I use to add a new...
Hi,
1. Is there a way of adding already created user forms (VB forms) to a Word / Office document, using VBSCript ?
2. Is there a way of adding code segments / functions to a Word / Office document, again using VBScript.
10x.
ran.
Well, I did find the problem.
For security reasons the browser doesn't allow running ActiveX.
I've changed the security settings and it workd fine.
10x
Hi,
I've tried to use the source published here for opening an Excel document:
set xxx = CreateObject("Excel.Application")
The error I get:
Error: ActiveX component can't create object: "Excel.Application"
Anyone ?
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.