Search found 17 matches

by yken
Tue Jun 14, 2016 11:56 am
Forum: Beginners
Topic: Run Msword macros with Macro Scheduler
Replies: 12
Views: 12149

Re: Run Msword macros with Macro Scheduler

I've tried. That's it. Thank you very much.
by yken
Mon Jun 13, 2016 1:46 pm
Forum: Beginners
Topic: Run Msword macros with Macro Scheduler
Replies: 12
Views: 12149

Re: Run Msword macros with Macro Scheduler

Word2007
Can we do this:

Code: Select all

Sub Mr1()
Selection.Extend Character:=ChrW(13)
End Sub
by yken
Mon Jun 13, 2016 12:59 pm
Forum: Beginners
Topic: Run Msword macros with Macro Scheduler
Replies: 12
Views: 12149

Re: Run Msword macros with Macro Scheduler

Sorry, I had to go out yesterday.
While "outline view 3" this combinations are selecting all remaining "h3" headings.
by yken
Sun Jun 12, 2016 5:26 pm
Forum: Beginners
Topic: Run Msword macros with Macro Scheduler
Replies: 12
Views: 12149

Re: Run Msword macros with Macro Scheduler

Thank you very much.
by yken
Sun Jun 12, 2016 5:07 pm
Forum: Beginners
Topic: Run Msword macros with Macro Scheduler
Replies: 12
Views: 12149

Re: Run Msword macros with Macro Scheduler

Thank you. But it's not suitable in the "OutlineView" mod. This isn't work properly.
Alsao "press F8 *3" or "press F8 *4" aren't suitable. I'm working with headings "H3" view.
by yken
Sun Jun 12, 2016 4:52 pm
Forum: Beginners
Topic: Run Msword macros with Macro Scheduler
Replies: 12
Views: 12149

Re: Run Msword macros with Macro Scheduler

Hi,
Just from my current selection until the end of the paragraph.
by yken
Sun Jun 12, 2016 4:11 pm
Forum: Beginners
Topic: Run Msword macros with Macro Scheduler
Replies: 12
Views: 12149

Run Msword macros with Macro Scheduler

Hi, I want to do like this macro with using Macro Scheduler. for extend end of paragraph. Sub OfficeWordMacro1() Selection.Extend Character:=ChrW(13) End Sub I tried like this but not work. Thanks for your help in advance. //Recorded Events Let>WW_TIMEOUT=5 setfocus>PAPATYA.docx* Wait>0.02 Press F8 ...
by yken
Mon Mar 07, 2011 11:10 am
Forum: Beginners
Topic: Paste with format
Replies: 5
Views: 7112

Thanks. :(
by yken
Mon Mar 07, 2011 10:32 am
Forum: Beginners
Topic: Paste with format
Replies: 5
Views: 7112

Just no?
Any solutions?
by yken
Mon Mar 07, 2011 10:17 am
Forum: Beginners
Topic: Paste with format
Replies: 5
Views: 7112

Paste with format

Hi! I'm copying several paragraphs on the website and pasting them into a word document. But they are pasting with plain texts. Is there a way of pasting them to their own formats? This is my code of copying... ... ... SRT>pickpick let>k=0 let>t=0 wait>0.05 press ctrl wait>0.1 send>c wait>0.1 releas...
by yken
Sun Nov 28, 2010 12:29 pm
Forum: Beginners
Topic: Recording not working
Replies: 14
Views: 17758

Hi!
I had the same problem on "front page" a few time ego. I solwed it.
Does the Macro Scheduler not work only in a specific program? If so: see the link below...

http://www.mjtnet.com/usergroup/viewtop ... ght=#26964
by yken
Mon Mar 29, 2010 4:36 am
Forum: Beginners
Topic: It is'nt recording when I click the "front page" w
Replies: 1
Views: 2871

Hi ! Problem solved. I Right-clicked the "Microsoft FrontPage" program icon. "Program compatibility mode" was chosen. Although the program runs properly!!! Just remove the click there. Because Microsoft FrontPage does not have compatibility problems. Macros are now recording in the frontpage. Progra...
by yken
Fri Mar 26, 2010 12:33 pm
Forum: Beginners
Topic: It is'nt recording when I click the "front page" w
Replies: 1
Views: 2871

It is'nt recording when I click the "front page" w

Hi! I'm recording a macro. First click "record", then mouse move the "front page" window and click, doing someting, i.e. find a word, then stop the recording macro . Everything looks like normal. But when I look at the script, it is not completed. When I click the "front page" window, the macro was ...
by yken
Mon May 21, 2007 11:03 am
Forum: Beginners
Topic: Invalid Numeric Value for MouseMove command
Replies: 2
Views: 5622

Thank you very much.
by yken
Mon May 21, 2007 9:44 am
Forum: Beginners
Topic: Invalid Numeric Value for MouseMove command
Replies: 2
Views: 5622

Invalid Numeric Value for MouseMove command

Hi !
How can I solve the "Invalid Numeric Value for MouseMove command" problem?

Code: Select all

let>k=320,210
Wait>0.15
label>abcd
MouseMove>%k%
Wait>0.15
LClick
Wait>0.15
WaitCursorChanged>
let>k=k+0,020
goto>abcd
Sign up to our newsletter for free automation tips, tricks & discounts