Search found 6998 matches

by Marcus Tettmar
Wed Aug 06, 2003 11:00 pm
Forum: Scripts and Tips
Topic: Set/Change Default Printer with VBScript
Replies: 0
Views: 11529

Set/Change Default Printer with VBScript

This script displays a list of printers and asks you to enter the printer number which it then sets as the default. Note the SetDefaultPrinter method which takes the printer number. VBSTART Sub DefaultPrinter Dim Text, Title, i, j, tmp, printer Dim Network, oDevices ' Create a new Network object to ...
by Marcus Tettmar
Wed Aug 06, 2003 11:00 pm
Forum: Scripts and Tips
Topic: Referencing VBScript arrays from MacroScript
Replies: 0
Views: 8611

Referencing VBScript arrays from MacroScript

Contributed By: Marcus Tettmar mtettmar@mjtnet.com Submitted On: 07/08/03 To reference VBScript variables and arrays simply use the VBEval function: VBEval>VBScriptVariable,MacroScriptVariable This puts the value of the specified VBScript variable into a local MacroScript variable.  The VBScri...
by Marcus Tettmar
Wed Aug 06, 2003 11:00 pm
Forum: Scripts and Tips
Topic: Import data from CSV file into multidimensional array
Replies: 0
Views: 13078

Import data from CSV file into multidimensional array

Contributed By: Marcus Tettmar mtettmar@mjtnet.com Submitted On: 07/08/03 Update: It is now possible to read CSV data into a native array using the DBQuery function added in v10. See: http://www.mjtnet.com/blog/2009/03/12/reading-from-csv-files/ The code below is only necessary in earlier versions o...
by Marcus Tettmar
Sun Mar 16, 2003 12:00 am
Forum: Scripts and Tips
Topic: Macro to check for updates of MSched
Replies: 0
Views: 9305

Macro to check for updates of MSched

Contributed By: Captive Captive@proceed.net Submitted On: 16/03/03 Rem>---------------------------------------------------------------------- Rem>' ** Macro Scheduler update checker ** v1.00 - 13/Mar/2002 Rem>' ** Written by Captive Rem>' Rem>' This script will download the file "mscver.txt" from th...
by Marcus Tettmar
Fri Feb 21, 2003 12:00 am
Forum: Scripts and Tips
Topic: Automate Excel with VBScript
Replies: 3
Views: 35682

Automate Excel with VBScript

Contributed By: Marcus Tettmar mtettmar@mjtnet.com Submitted On: 21/02/03 VBSTART Sub ExcelExample Dim xlApp Dim xlBook Dim xlSheet Set xlApp = CreateObject("Excel.Application") Set xlBook = xlApp.Workbooks.Add Set xlSheet = xlBook.Worksheets(1) xlApp.visible = True 'optionally make the sheet visibl...
by Marcus Tettmar
Fri Feb 21, 2003 12:00 am
Forum: Scripts and Tips
Topic: Create Appointment in Outlook
Replies: 0
Views: 9780

Create Appointment in Outlook

by Marcus Tettmar
Fri Feb 14, 2003 9:45 am
Forum: Technical / Scripting
Topic: getting a url with variables
Replies: 8
Views: 12083

Hi,

I have edited Lumumba's post so that the spaces are removed from the end of the lines. Now you can copy his code again and it should work.

Please remember when posting code to press the 'Code' button or insert ... surrounding the code.

Marcus
by Marcus Tettmar
Mon Jan 20, 2003 11:22 pm
Forum: General Discussion
Topic: Macro Log File problem
Replies: 2
Views: 7973

Hi,

This is on the list for improvement in the next version.
by Marcus Tettmar
Mon Jan 20, 2003 11:21 pm
Forum: General Discussion
Topic: Lost Forum Files
Replies: 3
Views: 8528

I'm not very happy myself!!! We do perform daily backups. But it would appear the last few were corrupt. I am very sorry! It has been a very horrible day and I am extremely dissatisfied with our hosting providers and will be looking for a new co-location provider and putting better backup/restore so...
by Marcus Tettmar
Fri Jan 10, 2003 8:03 pm
Forum: General Discussion
Topic: Great new resource: www.winscriptingsolutions.com
Replies: 0
Views: 6902

Great new resource: www.winscriptingsolutions.com

Hi, Found this site today: http://www.winscriptingsolutions.com/ It is part of Windows and .NET Magazine Network. We think Macro Scheduler is an ideal subject for this site, and will be working on getting a news article and/or review in there. To help get the attention of the editors, why not send a...
by Marcus Tettmar
Fri Jan 10, 2003 12:00 am
Forum: Scripts and Tips
Topic: Get the active window name
Replies: 0
Views: 10794

Get the active window name

by Marcus Tettmar
Thu Dec 12, 2002 10:44 am
Forum: Beginners
Topic: MacroScript Documentation
Replies: 1
Views: 10669

MacroScript Documentation

The MacroScript Command Reference installs with Macro Scheduler and you will find a link to it from your Macro Scheduler program group on your Start menu. However, you can also access the latest version online at: http://www.mjtnet.com/command_ref_7.1.pdf You will need the free Adobe Acrobat Reader ...
Sign up to our newsletter for free automation tips, tricks & discounts