Search found 56 matches
- Sat Jan 04, 2014 1:21 am
- Forum: Technical / Scripting
- Topic: Macro Scheduler 11 on bootup instead of Latest Ver. 14
- Replies: 3
- Views: 5686
Need Help: two possible items I can modify
Greetings! I ran msconfig.exe and selected the Startup Tab. There are two possible items I can modify. I was not sure how or if I should modify these. Your help will be greatly appreciated. These items are: Startup Item 1: msched.exe - Shortcut Command: C:\Users\me\Desktop\MACSCH~1.06V\msched.exe Lo...
- Fri Jan 03, 2014 8:01 pm
- Forum: Technical / Scripting
- Topic: Macro Scheduler 11 on bootup instead of Latest Ver. 14
- Replies: 3
- Views: 5686
Thanks a million. I'll try your solution after current run.
Thanks a million. I'll try your solution after current processing completes.
- Thu Jan 02, 2014 12:01 am
- Forum: Technical / Scripting
- Topic: Macro Scheduler 11 on bootup instead of Latest Ver. 14
- Replies: 3
- Views: 5686
Macro Scheduler 11 on bootup instead of Latest Ver. 14
Greetings! I have the latest Version of Macro Scheduler (14.0.18) on my Windows 7 Computer. Approx. every third time I boot up, there appears: Macro Scheduler News Feed Macro Scheduler 11 opening screen with all my old Version 11 macros under the Macro Column. And Macro Scheduler 14 is "hidden" unti...
- Sun Apr 21, 2013 3:26 am
- Forum: Technical / Scripting
- Topic: Access violation in module msched.exe
- Replies: 13
- Views: 16623
BIG BUCKS!!
I have written a series of HUGE macros, and in reviewing the code, I found a number of places where I had given the same name to two different Labels. (It took me several hours to find all of these.) Many of these errors had been in my code for a number of years. It is to be hoped that jumps to thes...
- Fri Apr 19, 2013 10:05 pm
- Forum: Technical / Scripting
- Topic: Access violation in module msched.exe
- Replies: 13
- Views: 16623
Mea Culpa - Uncaught Coding Error
Would you believe I had the following code in one of my macros? // Check if 4 left most chars are http://www.: MidStr>IssuerWebAddress,1,4,LeftFourDigits If>{(%LeftFourDigits%<>"www.") AND (%LeftFourDigits%<>"WWW.")} // MDL>Invalid Web Address; Please search the web for the website address and press...
- Thu Apr 18, 2013 11:11 pm
- Forum: Technical / Scripting
- Topic: Access violation in module msched.exe
- Replies: 13
- Views: 16623
Access violation in module msched.exe
Greetings! While running a macro written in Macro Scheduler Ver. 14.07, I got the following message: "Application Error Exception EAccess Violation in module msched.exe at 00000D789 Access violation at address 0040D78B9 in msched.exe. Read of address 000000000." What might cause this? Is there any w...
- Mon Jun 11, 2012 4:39 pm
- Forum: Technical / Scripting
- Topic: Sending text to Notepad requires two SetFocus instructions
- Replies: 3
- Views: 5583
MDF Response to two SetFocus Required Assistance
I forgot to mention that I am running Macro Scheduler version 9 in Windows 7. My version of Excel is version 10. My collection of macros is fairly large. I used a search program to count the number of SetFocus's in my macro collection: 2100! May you all have a most blessed day. Sincerely, Michael D ...
- Sat Jun 09, 2012 7:48 pm
- Forum: Technical / Scripting
- Topic: Sending text to Notepad requires two SetFocus instructions
- Replies: 3
- Views: 5583
Sending text to Notepad requires two SetFocus instructions
Greetings! I have a strange problem. I wrote the below macro to send those names I select on an Excel Spreadsheet to Notepad. The macro works perfectly as long as I use two "SetFocus>Untitled - Notepad" instructions in a row when I need for the focus to be on Notepad so that text can be written to i...
- Sat Nov 27, 2010 5:43 pm
- Forum: Beginners
- Topic: Unable to Load Text Capture Library
- Replies: 1
- Views: 4386
Unable to Load Text Capture Library
Greetings! My operating system is Windows 7 Professional. My version of Macro Scheduler is 11.1.06 March 2009. When my macro encounters the instruction GetTextInRect>129,232,157,240,strText I get the message 'Unable to Load Text Capture Library' When I run the same macro under Windows Vista (again u...
- Fri Jul 02, 2010 3:25 pm
- Forum: Technical / Scripting
- Topic: Question about Macro_Result
- Replies: 2
- Views: 4223
Million Thanx! re advice to use Separate Function
A million thanks! I will be trying it this evening.
- Fri Jul 02, 2010 6:26 am
- Forum: Technical / Scripting
- Topic: Question about Macro_Result
- Replies: 2
- Views: 4223
Question about Macro_Result
Greetings: In the Online Help it says: "Data can be returned to the calling macro by setting the MACRO_RESULT variable in the called script. After the script has been run MACRO_RESULT is available to the calling script." Suppose one wants the called macro to return 6 results? Can this be done? I wou...
- Thu Mar 11, 2010 3:09 pm
- Forum: Technical / Scripting
- Topic: If statement problematic if it contains a multiply
- Replies: 3
- Views: 5001
- Thu Mar 11, 2010 5:57 am
- Forum: Technical / Scripting
- Topic: If statement problematic if it contains a multiply
- Replies: 3
- Views: 5001
If statement problematic if it contains a multiply
I just made an interesting discovery (after about an hour of hard debugging). Macro Scheduler completely ignores the following statement, and gives no error message indicating that it has done so: If>SheetMarketCap>400.0*ComptdMarketCap where ComptdMarketCap is a variable. Therefore one must write: ...
- Thu Dec 31, 2009 11:44 pm
- Forum: Beginners
- Topic: Determining which ASCII char was picked up from the web
- Replies: 2
- Views: 4536
Redesigning to eliminate need to identify unprintable chars
Greetings JRL: Thanks for your kind help. I took a careful look at the design of my macro, and decided to revise it completely. Consequently the program no longer has a need for identifying unprintable characters. But I will keep your response for future reference. It may be very useful to my progra...
- Wed Dec 30, 2009 8:26 am
- Forum: Beginners
- Topic: Determining which ASCII char was picked up from the web
- Replies: 2
- Views: 4536
Determining which ASCII char was picked up from the web
Greetings! I picked up some nonprintable ASCII characters from the Internet. For example, one of them is enclosed within the following double quotes: "Â Â ". How would I go about determining which ASCII character this is? I would like to give this char a name, such as Let>SpChar= Thanks for your help.