Jump to content
Macro Express Forums

If


tobyelliott

Recommended Posts

Hello. I am new to this forum and I really need help with this macro on macro express.

 

Im trying to create a macro which finds a specific word on a web page.

 

If the word is found I want it to open another macro which I have made.

 

However, what I have done doesnt work as such.

 

 

 

Here's what I have:

 

Activate Window. "Windows Internet Explorer"

 

Then I want to click edit at the top of the web page. Select All

 

Clipboard Copy

 

Variable Set String %T1% from Clipboard

 

If Variable %T1% contains "word"

 

Macro Run: The "word" was found

 

End If

 

 

I cant get the macro to find a word on a web page and then open another macro which I have.

 

Should I use If Control %C1% ( %C1 being word, for example. ) Visible or If Variable %T1% contains "word"

 

Cheers.

Link to comment
Share on other sites

I managed to complete this macro without having to use a variable. In the end, I decided to use If Clipboard rather than If Variable or If Control.

 

<ACTIVATE2:word - Windows Internet Explorer><WAITWIN2:000010:000000:word - Windows Internet Explorer><SPEED:00001><MMS2:57,69><LDN><LUP><MSD:1295><MMS2:69,142><LDN><LUP><CLIPC><IFOTH2:16:1:word.><MACRUN2:word.><ENDIF>

 

Simple.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...