
Search found 17 matches
- Mon Aug 02, 2021 10:58 am
- Forum: Technical / Scripting
- Topic: Run different macros from main macro
- Replies: 2
- Views: 3471
Re: Run different macros from main macro
Perfect, this is exactly what I need! Thanks a lot, Dorian! 

- Mon Aug 02, 2021 9:36 am
- Forum: Technical / Scripting
- Topic: Run different macros from main macro
- Replies: 2
- Views: 3471
Run different macros from main macro
Good day! Сould you tell how Run different macros from main macro? I tried to compile few macros in exe and then run them from main macro. But in this way there is one problem: if I change some of macros then I need to compile them again to renew code. How can I run diffrent macros from main macro w...
- Wed Jul 28, 2021 5:29 pm
- Forum: General Discussion
- Topic: Study Macro Scheduler
- Replies: 4
- Views: 15322
Re: Study Macro Scheduler
Thanks a lot ! :P Sometimes I read Manual or Forum but can't find or understand how to solve some tasks. 5. The syntax helper at the bottom (statusbar) of the editor shows you what Macro Scheduler is expecting as you type your command. Very useful and comfortable! I made macros but I've never seen i...
- Wed Jul 28, 2021 5:12 pm
- Forum: Technical / Scripting
- Topic: How delete duplicates from array?
- Replies: 9
- Views: 6980
Re: How delete duplicates from array?
Grovkillen and Dorian Thank you very much!
Grovkillen, macros is great and very useful
Dorian, without your help I could not run macros
.

Grovkillen, macros is great and very useful


- Wed Jul 28, 2021 11:41 am
- Forum: General Discussion
- Topic: Study Macro Scheduler
- Replies: 4
- Views: 15322
Study Macro Scheduler
Good day!
Сan you please tell me what language use Macro Scheduler.
I want learn better program for making macros in program - I'm begginer and have very many questions and I often don't find answers in Guide and Forum. May be there are books or video courses on this language?
Сan you please tell me what language use Macro Scheduler.
I want learn better program for making macros in program - I'm begginer and have very many questions and I often don't find answers in Guide and Forum. May be there are books or video courses on this language?
- Wed Jul 28, 2021 11:23 am
- Forum: Technical / Scripting
- Topic: How delete duplicates from array?
- Replies: 9
- Views: 6980
Re: How delete duplicates from array?
Mistake's disappeared. But result of macros is empty unfortunately, MessageModal>Array2_%x% - this string gives empty. GetClipBoard>List,0 Separate>List,CRLF,Array1 Let>uniqueList= Let>k=0 Repeat>k Let>k=k+1 Let>tempValue=Array1_%k% Position>tempValue,uniqueList,1,foundValue,FALSE If>foundValue=0 Le...
- Wed Jul 28, 2021 7:17 am
- Forum: Technical / Scripting
- Topic: How delete duplicates from array?
- Replies: 9
- Views: 6980
Re: How delete duplicates from array?
Thank you!
Program writes "Error in Position Command" in this string:
Position>tempValue,uniqueList,1,foundValue,False
And in this string uniqueList= must be empty?
Let>uniqueList=
Program writes "Error in Position Command" in this string:
Position>tempValue,uniqueList,1,foundValue,False
And in this string uniqueList= must be empty?
Let>uniqueList=
- Wed Jul 28, 2021 5:25 am
- Forum: Technical / Scripting
- Topic: How delete duplicates from array?
- Replies: 9
- Views: 6980
How delete duplicates from array?
Good day!
I have an Array.
How can I delete duplicates from the array and stay only uniq values?
I have an Array.
Code: Select all
GetClipBoard>List,0
Separate>List,CRLF,Array1
- Mon Jul 12, 2021 5:12 pm
- Forum: Technical / Scripting
- Topic: Array and regex in Excel
- Replies: 3
- Views: 3854
Re: Array and regex in Excel
Thank you very much, Dorian! It works perfectly!
I've only changed %A1% on %matches1_1% in XLSetCell.

I've only changed %A1% on %matches1_1% in XLSetCell.
- Sat Jul 10, 2021 10:42 pm
- Forum: Technical / Scripting
- Topic: Array and regex in Excel
- Replies: 3
- Views: 3854
Array and regex in Excel
Good day! GetClipBoard>List,0 Separate>List,CRLF,Array1 XLOpen>C:\Users\I\Docs\doc.xlsm,1,xlBook Let>k=0 Repeat>k Let>k=k+1 Let>A1=Array1_%k% XLSetCell>xlBook,Sheet,%k%,1,%A1%,scResult Until>k=Array1_count I run this code and I get list in column A: text A 1 000,22 text B text A 5 000 text B ... How...
- Sun Jul 04, 2021 4:56 pm
- Forum: Technical / Scripting
- Topic: How to open links in two diffrent browsers?
- Replies: 8
- Views: 6615
Re: How to open links in two diffrent browsers?
Thank you so much!
These are two working versions:

These are two working versions:
Code: Select all
RunProgram>C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe http://www.cnn.com
RunProgram>cmd /C start microsoft-edge:http://www.cnn.com
- Sun Jul 04, 2021 4:55 pm
- Forum: Technical / Scripting
- Topic: How to open links in two diffrent browsers?
- Replies: 8
- Views: 6615
- Sun Jul 04, 2021 4:54 pm
- Forum: Technical / Scripting
- Topic: How to open links in two diffrent browsers?
- Replies: 8
- Views: 6615
- Sun Jul 04, 2021 4:53 pm
- Forum: Technical / Scripting
- Topic: How to open links in two diffrent browsers?
- Replies: 8
- Views: 6615
- Sun Jul 04, 2021 4:52 pm
- Forum: Technical / Scripting
- Topic: How to open links in two diffrent browsers?
- Replies: 8
- Views: 6615
Re: How to open links in two diffrent browsers?
Thank you so much!
These are two working versions:

These are two working versions:
Code: Select all
RunProgram>C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe http://www.cnn.com
RunProgram>cmd /C start microsoft-edge:http://www.cnn.com