S Stacy Johnson Apr 24, 2008 #1 I have an Excel sheet that I would like to be always on top. Is there a VBA command that will accomplish this?
I have an Excel sheet that I would like to be always on top. Is there a VBA command that will accomplish this?
P paul.robinson Apr 24, 2008 #2 Hi Delete or hide all the other worksheets in the workbook then protect the workbook. regards Paul
D Dave Peterson Apr 24, 2008 #3 There are freeware programs that you can use to do this with any (most??) windows. Maybe www.shareware.com or a search of google would help.
There are freeware programs that you can use to do this with any (most??) windows. Maybe www.shareware.com or a search of google would help.
D Dave Peterson Apr 24, 2008 #4 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.)
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.)