Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Name tab in cell in excell

Hello

I wish to insert av column in many sheet. I wish to do this in a macro.

My problem is print the sheet name in one cell.

In headder and footer you can use "&[Tab]"

How can I get this function in excel.

Best regards Frode
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 63
Default Name tab in cell in excell

Hallo

with the following user defined function:

Public Function TabName() As String
Application.Volatile
TabName = Application.Caller.Parent.Name
End Function

greetings

"Frode Hjartøy" schreef in bericht
...
Hello

I wish to insert av column in many sheet. I wish to do this in a macro.

My problem is print the sheet name in one cell.

In headder and footer you can use "&[Tab]"

How can I get this function in excel.

Best regards Frode



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
add a picture to excell cell SammiDTA Excel Discussion (Misc queries) 2 October 22nd 07 04:34 PM
split a cell diagonally in excell - a calendar -2 dates in 1 cell Vicki Excel Discussion (Misc queries) 1 October 31st 06 02:40 PM
Excell- a value in a cell, round it up by fives in another cell lpp123 New Users to Excel 3 June 23rd 06 04:39 PM
Excell will not move from cell to cell with arrows, only scrolls negzel Excel Discussion (Misc queries) 1 May 6th 06 02:15 PM
Formating a cell in Excell Skiermom Excel Worksheet Functions 3 January 25th 06 04:54 PM


All times are GMT +1. The time now is 06:30 AM.

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

About Us

"It's about Microsoft Excel"