Tabs on the Top?

golf4

Active Member
Joined
Jul 8, 2002
Messages
452
Greetings to everyone -

Don't know if this is possible, but thought I'd check. Is there a way to change a spreadsheet from having the tabs at the botom of the page and place them at the top? Thanks
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
You could fake it.

The code would be kept in a module, and each sheet's Worksheet_selectionChange would call it.
You would dedicate the top row of each sheet to this scheme. If you can, have the cell widths approach a sheet tab's width. Set the cell colors to mimic a sheet tab. A clumsy attempt to separate the tabs can be done with Borders.

The code? Oh yes, the code. It would check to see if a specific cell was selected, and .Activate the respective sheet.

If you really get ambitious, perhaps images of sheet tabs could be put in the cells.

Don't know who is driving this task. Hopefully they will appreciate the effort you put into this.


If you do this, the devil is in the details:
Managing the font's Bold/Normal attribute.
Managing the background color; selected tab is white background, the other tabs are what, 25% Gray?
This message was edited by stevebausch on 2002-10-12 20:32
 
Upvote 0
On 2002-10-11 23:26, golf4 wrote:
Greetings to everyone -

Don't know if this is possible, but thought I'd check. Is there a way to change a spreadsheet from having the tabs at the botom of the page and place them at the top? Thanks

Keep everything about the excel environment exactly as is, but stick the remaining office furniture to the ceiling.

Paddy
 
Upvote 0

Forum statistics

Threads
1,214,872
Messages
6,122,026
Members
449,061
Latest member
TheRealJoaquin

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top