Hello,
I need to route a Notes Domain (HPO_VBG_IT) to a Foreign SMTP Domain (hpovbg.it).
Sent Mail to hpovbg.it is relayed properly, but (due to circumstances) all HPO_VBG_IT Mail should be "translated" into hpovbg.it.
Any ideas how to accomplish this are greatly appreciated!
Dav
Since WMI doesnt provide for non-MSI installed Software, does anyone know a possibility to uninstall such software by script?
Any help is greatly appreciated!!
Dav
Nope, it's only about MS Word, and it's a Word VBA Macro thats started by VBS.
To make matters more simply, I run the VBA Macro in debug mode, and stepping through the line Application.Activeprinter = "MyPrinter" takes 15 minutes or longer.
I have already reinstalled the Printer Driver, still...
well it need not be anything dangerous, I had (using Lotus Notes) email "viruses" coming in without executable file, obviously the email code copied into the mail body as plain text, since it's att1.htm I would suspect this to be the case.
Dav
I've got a VBA Macro, which is instantiated by a VBS whenever a file gets written on the harddisk of the computer.
The file (.DOC) is printed on one of many local (IP) printers.
However, quite often, the command to change Printer (Application.Activeprinter) takes 15 minutes or more, in...
hmm.. i was looking for the equivalent of the (VBA) Dir("*.*") method, but didn't come up with something useful.
I've discovered that VBA doesn't read my files in the sequence of creation. I'm not sure, but it looks like the files are sorted by only the minute of the creation date, and since I...
Hello,
What I need is a VBScript, that processes all the files in a given directory. It should be in sequence of their creation date&time.
how can i do that using the scripting.filesystem?
thanks
dav
Hi,
I assume this might be a tough one, but maybe there is a way to figure it out?
I want to scan documents into a 2bit compressed multipage TIF file, and it should be without much user interaction, i.e. i want to set settings etc. via Script.
I was thinking about the Microsoft Document...
of course, I was writing to rashed.
it would rather be: if i > 3 or i < 26 then
to get your results, and if you want to write the result to a file you need to do that about this way:
FileObject.CreateTextFile("c:\Temp\yourfile.txt")
Set FileName = FileObject.GetFile("c:\Temp\yourfile.txt")...
this is how i did it:
Const ForReading = 1, ForWriting = 2, ForAppending = 8
Set Readfile = FileObject.OpenTextFile("yourfile.txt",ForReading,,-2)
ThisTxt = Split(ReadFile.ReadAll,vbCrLF)
i=0
For Each Line In ThisTxt
i=i+1
if i < 4 or i > 25 then...
I couldnt find a way to pass named parameters to Word, eg. equivalent to this command:
Selection.HomeKey Unit:=wdStory, Extend:=wdMove
Is this possible?
All input appreciated,
Dav
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.