ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   excel tabs (https://www.excelbanter.com/excel-worksheet-functions/21587-excel-tabs.html)

sandlapper

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?

Don Guillett

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?




ljw9292

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?





Don Guillett

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?







Gord Dibben

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?




All times are GMT +1. The time now is 01:42 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com