Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
you can't have spaces in sheet names.
I was thinking of Defined Names/Named Ranges - Certainly you can have a space in a worksheet name. My mistake. -- Regards, Tom Ogilvy "Tom Ogilvy" wrote in message ... you can't have spaces in sheet names. Set wksT = GetWorksheet(wks.Parent, _ "" & Left(cell.Text, 8)) & "_Depot" -- Regards, Tom Ogilvy "Steved" wrote in message ... Hello From Steved Set wksT = GetWorksheet(wks.Parent, _ "Sheet" & Left(cell.Text, 2)) I've made Changes to the above Set wksT = GetWorksheet(wks.Parent, _ "" & Left(cell.Text, 8)) It now names the sheet "Papakura" instead of SheetPapakura. Please what Do I enter in the above code to add Depot as an example "Papakura Depot". Thankyou. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Latest Taxation Books available at jain book depot LATEST BOOKRELEASES | Excel Worksheet Functions | |||
Include YTD calculations? | Excel Worksheet Functions | |||
Include Worksheet | Excel Worksheet Functions | |||
Sum numbers that include #N/A | Excel Worksheet Functions | |||
To include Depot | Excel Programming |