Search found 17 matches
- Tue Jun 14, 2016 11:56 am
- Forum: Beginners
- Topic: Run Msword macros with Macro Scheduler
- Replies: 12
- Views: 13735
Re: Run Msword macros with Macro Scheduler
I've tried. That's it. Thank you very much.
- Mon Jun 13, 2016 1:46 pm
- Forum: Beginners
- Topic: Run Msword macros with Macro Scheduler
- Replies: 12
- Views: 13735
- Mon Jun 13, 2016 12:59 pm
- Forum: Beginners
- Topic: Run Msword macros with Macro Scheduler
- Replies: 12
- Views: 13735
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.
While "outline view 3" this combinations are selecting all remaining "h3" headings.
- Sun Jun 12, 2016 5:26 pm
- Forum: Beginners
- Topic: Run Msword macros with Macro Scheduler
- Replies: 12
- Views: 13735
Re: Run Msword macros with Macro Scheduler
Thank you very much.
- Sun Jun 12, 2016 5:07 pm
- Forum: Beginners
- Topic: Run Msword macros with Macro Scheduler
- Replies: 12
- Views: 13735
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.
Alsao "press F8 *3" or "press F8 *4" aren't suitable. I'm working with headings "H3" view.
- Sun Jun 12, 2016 4:52 pm
- Forum: Beginners
- Topic: Run Msword macros with Macro Scheduler
- Replies: 12
- Views: 13735
Re: Run Msword macros with Macro Scheduler
Hi,
Just from my current selection until the end of the paragraph.
Just from my current selection until the end of the paragraph.
- Sun Jun 12, 2016 4:11 pm
- Forum: Beginners
- Topic: Run Msword macros with Macro Scheduler
- Replies: 12
- Views: 13735
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 ...
- Mon Mar 07, 2011 11:10 am
- Forum: Beginners
- Topic: Paste with format
- Replies: 5
- Views: 7594
- Mon Mar 07, 2011 10:32 am
- Forum: Beginners
- Topic: Paste with format
- Replies: 5
- Views: 7594
- Mon Mar 07, 2011 10:17 am
- Forum: Beginners
- Topic: Paste with format
- Replies: 5
- Views: 7594
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...
- Sun Nov 28, 2010 12:29 pm
- Forum: Beginners
- Topic: Recording not working
- Replies: 14
- Views: 19320
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
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
- Mon Mar 29, 2010 4:36 am
- Forum: Beginners
- Topic: It is'nt recording when I click the "front page" w
- Replies: 1
- Views: 3110
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...
- Fri Mar 26, 2010 12:33 pm
- Forum: Beginners
- Topic: It is'nt recording when I click the "front page" w
- Replies: 1
- Views: 3110
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 ...
- Mon May 21, 2007 11:03 am
- Forum: Beginners
- Topic: Invalid Numeric Value for MouseMove command
- Replies: 2
- Views: 5893
- Mon May 21, 2007 9:44 am
- Forum: Beginners
- Topic: Invalid Numeric Value for MouseMove command
- Replies: 2
- Views: 5893
Invalid Numeric Value for MouseMove command
Hi !
How can I solve the "Invalid Numeric Value for MouseMove command" problem?
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