Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
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? |
#2
![]() |
|||
|
|||
![]()
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? |
#3
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
Excel should display tabs on multiple rows | Excel Worksheet Functions | |||
Opening worksheets in seperate excel tabs | Excel Worksheet Functions | |||
Copying Tabs in Excel | Excel Discussion (Misc queries) | |||
In Excel can I move the tabs to the left side of the workbook? | Excel Worksheet Functions |