M MGumbrell Registered User. Local time Today, 09:49 Joined Apr 22, 2005 Messages 129 Mar 10, 2006 #1 I have a ComandButton1 at the top left hand side of my worksheet. When I scroll down the sheet the CommandButton1 dissapears (as expected). Is there a way to ancor it to a position so it remains visible when scrolling? Thanks, Matt
I have a ComandButton1 at the top left hand side of my worksheet. When I scroll down the sheet the CommandButton1 dissapears (as expected). Is there a way to ancor it to a position so it remains visible when scrolling? Thanks, Matt
HaHoBe Locomotive Breath Local time Today, 10:49 Joined Mar 1, 2002 Messages 233 Mar 10, 2006 #2 Hi, Matt, ever thought about freezing panes? The hard way would be VBA but here I´d give the easy way a try... (tried it with Excel97 and it worked). Ciao, Holger
Hi, Matt, ever thought about freezing panes? The hard way would be VBA but here I´d give the easy way a try... (tried it with Excel97 and it worked). Ciao, Holger
M MGumbrell Registered User. Local time Today, 09:49 Joined Apr 22, 2005 Messages 129 Mar 13, 2006 #3 Thanks Holger That was embarrassingly simple. Regards, Matt