Thanks Lumly.
Sorry for responding to your reply.
Because of NIMDA virus, our ISP server would not work
couple of weeks.
I will spend couple of days to read the KB you suggested.
Thanks again.
Thanks Lumley,
I tried your suggestion searching kb with the key word
"Automating Office" to get 142 items matched, however
no items gave the answer to my question;
*******************************************************
How I can generally determin the appropriate context for
the...
Hi All,
I need your help on GetObject function;
The context;
Set myObj = GetObject( ,"Excel.Sheet")
fails though the other conxtext;
Set myObject = GetObject("c:MYDOCU~1\book1.xls", _
"Excel.Sheet")
succeeds even both cases are using...
Self responce
I made a mistake above.
The last line
Set objWord=Nothing
is the reason why the Document becomes invisible.
So if you put a line
WScript.Sleep(10000)
before the line, you may see the document for 10 seconds.
To Chris0001
dianal (Instructor)'s line is missing command for
Word document visible.
This is a part of VBA rather than VBScript after you
create a Object.
<script language="VBScript">
Dim objWord
Set objWord=CreateObject("Word.Application")
objWord.Visible = True '...
Hi,
I think bhuizinga is trying to handle Minute1,Minute2,
Minutes3 and so on, and these are OBJECTS ?
Maybe Array function will solve this,
<SCRIPT LANGUAGE = "VBScript">
Dim myMinute
myMinutes = Array(Minute1,Minute2,........)
nCount = 0
Do While nCount < yourmax 'number of...
I finally got the conclusion to this subject and
here is the sample code.
Please note that your PC needs MDAC before you run this.
You will get it from
http://www.microsoft.com/downloads/release.asp?ReleaseID=30894
<SCRIPT LANGUAGE = "VBScript>
'...
Hi All,
Squeezing out my brain for couple of days and asking friends
of mine,I gave up original method and seeked new one;
"XMLHTTP".
Here presenting with bloodshot eyes.
Many thanks to Eric.
I need further help from all for I am still getting the
problem with...
TO: Ratman
Thank you for above,
For the first time I ran your code changing the definitions
of variables as all like Dim ol,ns,..... ,declaring them as
grobal objects and got the problem, for I didn't set the
reference to OutLook object library believing that it is
not necessary when
Set...
TO: Ratman
>You are using Internet Explorer correct?
Yes, I am using Ie5.5 SP2 in Win95 and Tool-internet
option- program TAB - e-mail is set to Microsoft Outlook,
I am sure this is the normanl condition to use the
OutLook97 with Ie5.5.
Woul you find any not normal with this condition ?
Hello Guys,
In my case, this VBA would not work and OutLook is
requesting for "transport provider".
Would you have any clue to this situation ?
In case of normal use of Outlook97 I never get the problem
like this.
LarryJR
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.