Is there a VBA command that will keep an program always on top

  • Thread starter Thread starter Stacy Johnson
  • Start date Start date
S

Stacy Johnson

I have an Excel sheet that I would like to be always on top. Is there a VBA
command that will accomplish this?
 
Hi
Delete or hide all the other worksheets in the workbook then protect
the workbook.
regards
Paul
 
In fact, if you search google groups in the excel newsgroups, you'll see a few
replies that use windows APIs to do what you want.

(I didn't search google, but I'm sure that you'll find some.)
 

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

Back
Top