Link to home
Start Free TrialLog in
Avatar of agcps
agcps

asked on

Can we import data from more than 1 excel sheets into the QTP at run time ?

Can we import data from more than 1 excel sheets into the QTP at run time ?
Avatar of ExcelGuide
ExcelGuide
Flag of Netherlands image

I guess that would be possible, but I am not really sure what QTP is. I am for sure you can open up multiple excel files in vbs and then import them in a loop. If this would not work, then you could create one excel file from the multiple excel files and import that specific file.
Avatar of agcps
agcps

ASKER

Yeah Thanks for the suggestion. Can u please help me in one more thing so that i can implement the idea you have suggested

1) I have to select the data in excel in a used range
       Like : If i have used the excel sheet from A1 to D10 the i should be able to select only the area A1 to D10

I dont want to use ExcelSheet.Range("A1:D10").select

As the data keeps on changing and i can keep the values static for selecting the range in excel.

Can u help me in finding the way to select the used range from an excel.


ASKER CERTIFIED SOLUTION
Avatar of ExcelGuide
ExcelGuide
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of agcps

ASKER

Thanks a lot for that syntax... thats working.


strange, first it is solved and then it is not? User doesnt even ask further....
Avatar of agcps

ASKER

Hi,

The main question did not get solved so could not accept your previous solution.

On your request i have accepted the previous solution for my second query and closing this question.

Thanks for the help buddy.