anyone know how to do this


It's a real easy answer... Look at your cmdGetPage_Click subroutine. Notice that you set strURL equal to one string and then immediately set strURL equal to another. The first URL never gets executed. You need to set strURL to the first value, run your code, then set strURL to the next value and do it again.