Excel Sheet Always at Top

Joined
Aug 1, 2008
Messages
1
Reaction score
0
Hello everyone,

I am using excel vba programming, in my application I always want to keep my first workbook.firstsheet active. I will be opening and closing some otherfiles in between the application.

While running the application i don't want to show all flikkering in my application, what all the files opened in the background, infact i need to show my main page always till the process is done.

I have tried :
Application.screenupdating = false
even then my focus goes off the main page.

Please help me in making this possible, as it is very urgent.

Thanks a lot
Bairam Sunil Kumar
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top