|
-
Sep 28th, 2004, 08:25 AM
#1
Thread Starter
Frenzied Member
Help ....will only take a second. Windows Selection
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
-
Sep 28th, 2004, 11:30 AM
#2
Hi
objBook.Sheets("Sheet1").activate()
regards
Jorge
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|