Jump to the post that solved this thread.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Highlight the Found text in Word/notepad
#1
Solved: 7 Years, 6 Months, 2 Weeks ago
How can we Highlight the found text in Word document and notepad file by using WORD.APPLICATION or FSO.
Reply
#2
Solved: 7 Years, 6 Months, 2 Weeks ago
How to find which value is having link and which are all not having in Web table.
Reply
#3
Solved: 7 Years, 6 Months, 2 Weeks ago
Hi,

You can try the following code,

Code:
Set obj=Browser("creationtime:=0").page("title:=.*").WebTable(oWT).childobjects
cnt=obj.count
For i=0 to cnt-1
If obj(i).getroproperty("micclass")="Link" Then
        msgbox "The foll object has link:- "obj(i).getroproperty("Name")
        else
        msgbox  "The foll object does not has link:- "obj(i).getroproperty("Name")
    End If
Next
Reply
Jump to the post that solved this thread.


Possibly Related Threads…
Thread Author Replies Views Last Post
  Check the word and get no. of times that word in the webpage Sandeep.san229 0 1,166 10-31-2018, 06:42 PM
Last Post: Sandeep.san229
  "Action was not found" error. What to do? ttralor 2 5,835 05-04-2017, 03:54 PM
Last Post: Ankur
  pageDown in word.application wannel 0 1,662 11-25-2016, 10:06 PM
Last Post: wannel
  Automating Word Docs bart02 0 2,675 07-18-2014, 03:25 AM
Last Post: bart02
  Can any of the line in notepad file be appended/updated/modified via QTP(VBScript)? rookie_automator 1 2,416 08-22-2013, 07:13 AM
Last Post: basanth27

Forum Jump:


Users browsing this thread: 1 Guest(s)