Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Tabs in Excel Spreadsheet

Hi,
I would like to create an excel template with tabs at the top. Th
template should look like:

http://www.excelforum.com/newthread....read&forumid=7

Basically I am wanting to have tabs like Home, Excel Books, Excel Tips
My Tips etc and under each of this tab I will have many buttons whic
take users to different excel sheets. I know I can use Worksheet tab
for this purpose however those tabs remain at the bottom instead of a
the top. Is this possible to do that in Excel. Please let me know. Man
thanks in advance.

Kind regard

--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Tabs in Excel Spreadsheet

Hi!

Try this:
1) Create a command button and name it as CommandButton1
2) Insert the following code in CommandButton1

Private Sub CommandButton1_Click()

Worksheets("Sheet1").Activate

End Sub

-----Original Message-----
Hi,
I would like to create an excel template with tabs at

the top. The
template should look like:

http://www.excelforum.com/newthread.php?

s=&action=newthread&forumid=7

Basically I am wanting to have tabs like Home, Excel

Books, Excel Tips,
My Tips etc and under each of this tab I will have many

buttons which
take users to different excel sheets. I know I can use

Worksheet tabs
for this purpose however those tabs remain at the bottom

instead of at
the top. Is this possible to do that in Excel. Please

let me know. Many
thanks in advance.

Kind regards


---
Message posted from http://www.ExcelForum.com/

.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do you move between tabs in Excel spreadsheet? Jay Lee Excel Discussion (Misc queries) 3 April 4th 08 09:15 PM
How do I add tabs at the bottom of my excel spreadsheet? Rob Reginato Setting up and Configuration of Excel 4 December 31st 07 04:15 PM
how do i add tabs to an open excel spreadsheet? tree.savior Excel Discussion (Misc queries) 1 August 1st 07 07:03 AM
how do I sort tabs on an excel spreadsheet Percy[_2_] Excel Worksheet Functions 5 March 13th 07 05:56 PM
how many tabs on a excel spreadsheet can you have? Deabug Excel Worksheet Functions 2 August 23rd 06 09:53 PM


All times are GMT +1. The time now is 06:15 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"