Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]() If I have several worksheets in an Excel file, is there a way to look for a particular worksheet (by name) and use it in a formula... thanks, -- ramsdesk ------------------------------------------------------------------------ ramsdesk's Profile: http://www.excelforum.com/member.php...o&userid=15705 View this thread: http://www.excelforum.com/showthread...hreadid=273027 |
#2
![]() |
|||
|
|||
![]()
Hi Ramsdesk,
If you are just trying to enter a formula in a cell. Say you want to get a value from another sheet, you can type [name of sheet]![range] So, if I want to get Cell A1 from sheet named "John" John!A1 Would work. If you are trying to use it in VBA, try Sheets("John").range("A1") If you want to find out a sheet name Msgbox Sheets("John").name Or Activesheet.name Etc. etc. Good luck! Kenjiro Yagi http://www.spoofee.com On 10/27/04 4:37 PM, in article , "ramsdesk" wrote: If I have several worksheets in an Excel file, is there a way to look for a particular worksheet (by name) and use it in a formula... thanks, |
#3
![]() |
|||
|
|||
![]()
Hi
see: http://www.xldynamic.com/source/xld.xlFAQ0002.html -- Regards Frank Kabel Frankfurt, Germany "ramsdesk" schrieb im Newsbeitrag ... If I have several worksheets in an Excel file, is there a way to look for a particular worksheet (by name) and use it in a formula... thanks, -- ramsdesk --------------------------------------------------------------------- --- ramsdesk's Profile: http://www.excelforum.com/member.php...o&userid=15705 View this thread: http://www.excelforum.com/showthread...hreadid=273027 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to open a workbook with a specific worksheet displayed by defa | New Users to Excel | |||
copy COLUMN from 1 worksheet to another (in a different workbook) | Excel Discussion (Misc queries) | |||
How to print a worksheet but number the pages by workbook | Excel Discussion (Misc queries) | |||
move the worksheet tabs in a workbook to left | Excel Discussion (Misc queries) | |||
make large worksheet from workbook | Excel Discussion (Misc queries) |