How to populate data in weblist using excel - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming) +--- Thread: How to populate data in weblist using excel (/Thread-How-to-populate-data-in-weblist-using-excel) |
How to populate data in weblist using excel - vijifun - 12-05-2013 In the below coding i have populated data from excel in webedit but its not populating in wblist. Please any one help me This is my code Code: Option Explicit RE: How to populate data in weblist using excel - basanth27 - 12-05-2013 Shouldn't the method be "Select" for a Weblist? |