Search found 17 matches

by Alina
Mon Aug 02, 2021 10:58 am
Forum: Technical / Scripting
Topic: Run different macros from main macro
Replies: 2
Views: 2608

Re: Run different macros from main macro

Perfect, this is exactly what I need! Thanks a lot, Dorian! :P
by Alina
Mon Aug 02, 2021 9:36 am
Forum: Technical / Scripting
Topic: Run different macros from main macro
Replies: 2
Views: 2608

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...
by Alina
Wed Jul 28, 2021 5:29 pm
Forum: General Discussion
Topic: Study Macro Scheduler
Replies: 4
Views: 11178

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...
by Alina
Wed Jul 28, 2021 5:12 pm
Forum: Technical / Scripting
Topic: How delete duplicates from array?
Replies: 9
Views: 4686

Re: How delete duplicates from array?

Grovkillen and Dorian Thank you very much! :D
Grovkillen, macros is great and very useful :idea: Dorian, without your help I could not run macros :!: .
by Alina
Wed Jul 28, 2021 11:41 am
Forum: General Discussion
Topic: Study Macro Scheduler
Replies: 4
Views: 11178

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?
by Alina
Wed Jul 28, 2021 11:23 am
Forum: Technical / Scripting
Topic: How delete duplicates from array?
Replies: 9
Views: 4686

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...
by Alina
Wed Jul 28, 2021 7:17 am
Forum: Technical / Scripting
Topic: How delete duplicates from array?
Replies: 9
Views: 4686

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=
by Alina
Wed Jul 28, 2021 5:25 am
Forum: Technical / Scripting
Topic: How delete duplicates from array?
Replies: 9
Views: 4686

How delete duplicates from array?

Good day!
I have an Array.

Code: Select all

GetClipBoard>List,0
Separate>List,CRLF,Array1
How can I delete duplicates from the array and stay only uniq values?
by Alina
Mon Jul 12, 2021 5:12 pm
Forum: Technical / Scripting
Topic: Array and regex in Excel
Replies: 3
Views: 2928

Re: Array and regex in Excel

Thank you very much, Dorian! It works perfectly! :D
I've only changed %A1% on %matches1_1% in XLSetCell.
by Alina
Sat Jul 10, 2021 10:42 pm
Forum: Technical / Scripting
Topic: Array and regex in Excel
Replies: 3
Views: 2928

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...
by Alina
Sun Jul 04, 2021 4:56 pm
Forum: Technical / Scripting
Topic: How to open links in two diffrent browsers?
Replies: 8
Views: 4635

Re: How to open links in two diffrent browsers?

Thank you so much! :D

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
by Alina
Sun Jul 04, 2021 4:52 pm
Forum: Technical / Scripting
Topic: How to open links in two diffrent browsers?
Replies: 8
Views: 4635

Re: How to open links in two diffrent browsers?

Thank you so much! :D
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
Sign up to our newsletter for free automation tips, tricks & discounts