Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 430
Default help: I need to have an excel worksheet name = a cell in an existi

help: I need to have an excel worksheet name = a cell in an existing workbook.
the cell reference is a merged cell, and is a date
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default help: I need to have an excel worksheet name = a cell in an existi

Dim dt as Date
dt = Worksheets("Sheet1").Range("B9").Value
Activesheet.Name = format(dt,"yyyymmdd")

--
Regards,
Tom Ogilvy

"tim m" wrote:

help: I need to have an excel worksheet name = a cell in an existing workbook.
the cell reference is a merged cell, and is a date

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 430
Default help: I need to have an excel worksheet name = a cell in an ex

Where and how do I place this?

"Tom Ogilvy" wrote:

Dim dt as Date
dt = Worksheets("Sheet1").Range("B9").Value
Activesheet.Name = format(dt,"yyyymmdd")

--
Regards,
Tom Ogilvy

"tim m" wrote:

help: I need to have an excel worksheet name = a cell in an existing workbook.
the cell reference is a merged cell, and is a date

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cell value as part of a worksheet ref. in Excel ones_conscience Excel Discussion (Misc queries) 2 October 24th 08 07:24 PM
Excel, copying a cell from one worksheet to another Richard Excel Discussion (Misc queries) 2 September 23rd 08 09:35 PM
How do I add a comma to every cell in my excel worksheet Ausmale Excel Discussion (Misc queries) 1 October 28th 05 11:33 AM
Is there anyway to hide #DIV/0! in an excel worksheet cell. rlugood Excel Programming 5 April 16th 05 02:44 PM
How do I place an excel worksheet name in a cell? Roger Roger Excel Worksheet Functions 1 January 20th 05 03:40 PM


All times are GMT +1. The time now is 11:05 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"