10-29-2009, 11:14 AM
I am not aware of any direct method of doing this but I can suggest a workaround for this you can try with the code below
Code:
ScHeight = Browser(" ").Page(" ").Object.body.scrollHeight
ScHeight = int( round((ScHeight/1000),1))
If ScHeight > 0 Then
msgbox "Scroll bar exists"
End If