#1   Report Post  
sandlapper
 
Posts: n/a
Default excel tabs

I need to put addresses on the tabs but there isn't enough room to type the
entire address. Can I make the tabs so they hold more characters?
  #3   Report Post  
ljw9292
 
Posts: n/a
Default

I made a spreadsheet that needs street addresseson the tabs. I don't have
room to type the complete street names on the tabs.
Lin

"Don Guillett" wrote:

a bit more explanation?

--
Don Guillett
SalesAid Software

"sandlapper" wrote in message
...
I need to put addresses on the tabs but there isn't enough room to type

the
entire address. Can I make the tabs so they hold more characters?




  #4   Report Post  
Don Guillett
 
Posts: n/a
Default

One solution would be to put your info on a master sheet. Rename your other
sheets
1,2,3,4,5,etc
and use this by right click master sheet tabinsert thissave.
Now when you double click on the row with the address you will goto the
sheet.

Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As
Boolean)
Sheets(Target.Row).Select
End Sub

--
Don Guillett
SalesAid Software

"ljw9292" wrote in message
...
I made a spreadsheet that needs street addresseson the tabs. I don't have
room to type the complete street names on the tabs.
Lin

"Don Guillett" wrote:

a bit more explanation?

--
Don Guillett
SalesAid Software

"sandlapper" wrote in message
...
I need to put addresses on the tabs but there isn't enough room to

type
the
entire address. Can I make the tabs so they hold more characters?






  #5   Report Post  
Gord Dibben
 
Posts: n/a
Default

Sheet Tab names are limited to 30 characters.

Find some other naming method.


Gord Dibben Excel MVP

On Tue, 12 Apr 2005 03:25:01 -0700, "sandlapper"
wrote:

I need to put addresses on the tabs but there isn't enough room to type the
entire address. Can I make the tabs so they hold more characters?




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
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
Excel should display tabs on multiple rows Kevin M Excel Worksheet Functions 6 March 8th 05 10:51 PM
Opening worksheets in seperate excel tabs sh0t2bts Excel Worksheet Functions 3 January 6th 05 09:39 PM
Copying Tabs in Excel Christopher Anderson Excel Discussion (Misc queries) 1 January 5th 05 10:28 PM
In Excel can I move the tabs to the left side of the workbook? kit Excel Worksheet Functions 1 December 6th 04 08:15 PM


All times are GMT +1. The time now is 08:29 PM.

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

About Us

"It's about Microsoft Excel"