Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm trying to put the worksheet name in a cell in my worksheet.
I cant work out how to do it. This doesn't work for me Cells(1, 1).Value = Worksheet.Name Can anyone put m eright please. Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Cells(1, 1).Value = ActiveSheet.Name
or Cells(1, 1).Value = Worksheets("wsname").Name or Cells(1, 1).Value = Worksheets(1).Name Regards, Stefi ezt *rta: I'm trying to put the worksheet name in a cell in my worksheet. I cant work out how to do it. This doesn't work for me Cells(1, 1).Value = Worksheet.Name Can anyone put m eright please. Thanks |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Great thanks, just had a mental block.
|
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You are welcome! Thanks for the feedback!
Stefi ezt *rta: Great thanks, just had a mental block. |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If you want a worksheet function solution:
http://www.mcgimpsey.com/excel/formu..._function.html In article .com, " wrote: I'm trying to put the worksheet name in a cell in my worksheet. I cant work out how to do it. This doesn't work for me Cells(1, 1).Value = Worksheet.Name Can anyone put m eright please. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Unable to Insert Worksheet/Move and copy worksheet Excel 2003 | Excel Worksheet Functions | |||
plot graph from multiple worksheet as embedded chart object on every worksheet | Charts and Charting in Excel | |||
plot graph from multiple worksheet as embedded chart object on every worksheet | Excel Discussion (Misc queries) | |||
Upload multiple text files into 1 excel worksheet + put the filename as the first column in the worksheet | Excel Worksheet Functions | |||
I want in one worksheet to relatively link to/reference cells in another without changing the format of the current worksheet. | Excel Discussion (Misc queries) |