![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Location: Ontario
Posts: 26
|
I would like to reference a cell in the Name of the worksheet. This is not the object name but the worksheets name visual to the user.
Any thoughts? All help is greatly appreciated. Regards, Sean |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Mar 2002
Location: Chicago, IL USA
Posts: 2,042
|
One way,
ActiveSheet.Name = ActiveSheet.Range("A1") This can pbe placed in a regular code module or a sheet or workbook module as well. Bye, Jay |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|