First  |  Prev |  Next  |  Last
Pages: 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
error in this.offset
It would be better to ask javascript questions in the jscript group. HTAs can use VBS or JS, but your code sample is JS. For those of us who don't use JS there's no way to know whether you have a syntax error. |I have the following in a HTA script. We use Office Communicator which gives us this object. | ... 17 Apr 2010 10:47
substring and error - why?
Hello I'm newbie on vbs programing. I'm trying use subsstring method, but I get error "object required 'helo great world'" and code:800A01A08. ------- dim str str="helo great world" wscript.echo str.substring(5,10) --------------------- It is wierd for me because documentation says: strVariable.subs... 19 Apr 2010 22:59
Beginning scripting and have a problem
I'm trying to get into understanding scripting and I have a book "Microsoft Windows Scripting self-paced Learning Guide" by Ed Wilson. The second example in the book is the following: Option Explicit 'On Error Resume Next Dim objShell Dim regActiveComputerName, regComputerName, regHostName Dim ActiveComputer... 17 Apr 2010 15:13
From Excel VBA to vbScript
How would I convert this macro to vbScript? Sub Macro1() ' ' Macro1 Macro ' Range("AQ157").Select Selection.End(xlDown).Select Range(Selection, Selection.End(xlDown)).Select End Sub So far I have xl.cells("AQ157").Select xl.Selection.End(xlDown).Select 'This is the line I am havi... 19 Apr 2010 12:37
HTA: error in this.offset
I have the following in a HTA script. We use Office Communicator which gives us this object. <script language="JavaScript"> var nameCtrl = new ActiveXObject("Name.NameCtrl");</script> <span onmouseover="call nameCtrl.ShowOOUI('sip:user.name(a)mydomain.com',0,parent.offsetLeft,parent.offsetTop)">Hoover here</span> ... 17 Apr 2010 08:36
Excel Range from variable
To: OldDog Re: Excel Range from variable By: OldDog to microsoft.public.scripting.vbscript on Thu Apr 15 2010 11:36 am ws1.Range("C3:C" & row).Copy(ws2.Range("A2")) However if I try to change the row and column to a variable it does not work. Try "Named Ranges", where you name the range of sel... 15 Apr 2010 17:00
Powermt command for several servers (EMC)
Hello! Does anybody knows how to execute the following command (and obtain the results of the command) for several computers? "C:\Program Files\EMC\PowerPath\powermt display dev=all" thank you, Cesar ... 16 Apr 2010 00:47
Excel Range from variable
Hi, I am writing a script that will copy certain cells from on sheet to another. The problem I am having is that the cells I need can appear in diferent places in the original sheet. I can copy a range like this: ws1.Range("C3:C" & row).Copy(ws2.Range("A2")) However if I try to change the row and column t... 15 Apr 2010 14:46
Attempting to schtask for defrag on remote XP computers in dom
I appreciate the input however the comapany I work for I very strict on running freeware or thrid party apps with out have the EULA's reviewed by legal. So this option is not a viable one. However thank you and I will put this into my bag of tricks. "BigDaddyJim" wrote: On Apr 14, 5:36 pm, "Pegasus [MVP]... 16 Apr 2010 00:47
HTA - msxml2.xmlhttp.3.0 and trusted sites
set xmlhttp = createobject("msxml2.xmlhttp.3.0") strUrl = "http://mytrustedsite/blablah" xmlhttp.open "get", strUrl, false This fails when the site is added to trusted sites. Error: Permission denied -- -- HAL07, Engineering Services, Norway ... 15 Apr 2010 05:54
First  |  Prev |  Next  |  Last
Pages: 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41