Hi there,
I have written a vb.net program (yay) and have asked it to pull up two excel files. How do i get vb.net to select one excel file and make it in focus ? Or in other words, how can i bring one window into focus ?
in vba it is:
Windows("Book 1").Activate()
But i cant seem to work it out in VB.net
Thanks
