|
First
|
Prev |
Next
|
Last
Pages: 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584
Formatting an Excel cell in vbs ? Hello to the community, I would like to format an Excel cell using a vbs script : It should be in Text format Text : Centered, Bold and Arial 11, Black. Background color : Any yellow Any help on this would be greatly appreciated, thanks a lot ! ... 9 Jun 2005 19:15
String-number conversions Is there a VBScript equivalent to the use of radix with JScript's parseInt(str,radix) and Number.toString(radix) ? Specifically, is there a way to do this with bases other than 2, 8, 10 or 16? JScript, for example, allows this: parseInt("55xwt",36) FWIW, that's Jenny's number. -- ... 9 Jun 2005 09:01
Equivalent to VBAs Open Dialog Filename In VBA is can do the following: TempFileName = OpenDlg.FileName. Is there any equivalent in VBScript? ... 12 Jun 2005 09:22
An Example of HTA would help alot I would like to get an example of HTA that uses VBScript, and if possible uses buttons to stop the script. I am creating a utility that will use this to indicate server status. Any help would be greatly appreciated. ... 6 Jun 2005 09:11
A couple of HTA questions. Please bear with me as I am VERY new to scripting. In fact, I don't know if this falls under scripting or HTML. I recently created (with much help from Scriptomatic, the Internet, newsgroups, etc...) an HTA which basically gives a quick look "audit" of any workstation name that you enter. Right now I have 3 but... 2 Jun 2005 00:32
Automate IE Session Has anybody used an HTA to Open an existing web site and send keystrokes to automate that site? I want to put a list of my month-end reports in a spreadsheet and the variables that have to be input to run them and then turn lose a script to hit our ASP Server and crank them all out to file. Any examples to ... 2 Jun 2005 00:01
How to add a network place in "My network places" using vbscript . Hi .... please help me to create an script that create a network place within "My network places" using vbscript , I know how to create a mapping network drive but ther other way "without network drive" I dont know how ? Please I will appreciante if some one can help me ......... ... 9 Jun 2005 17:06
Using Task Scheduler via VBscript Programming the Task Scheduler at http://www.15seconds.com/issue/980513.htm shows how to control the windows task scheduler via vbscript. This sample relies on TaskScheduler.dll (a download from microsoft). The download says its compatable with win2000 only. Does anyone know if this is also compatible with XP? ... 28 May 2005 20:35
How do I copy a folder to my CD drive? I am trying to write my first windows script to copy a folder to my CD drive. I have managed to cobble together the following script but it gives me an "Error: Incorrect function", "Code: 80070001" on the "objFSO.CopyFolder" method. Any ideas would be appreciated, many thanks. Steve T Const CAT1 = "C:\Docum... 28 May 2005 11:40
active x control I wrote vbscript to open word doc and print some text and close the word. Can I do that using active x control so that I can hide the vbscript codes I wrote? Thanks Daniel ... 20 Jun 2005 12:29 |