Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,836
Default find a sheet by a cell

Maybe this:

Private Sub Workbook_Open()
Sheets("Sheet1").Activate
End Sub

It needs to go in 'ThisWorkbook', object.

Also, take a look at this:
http://exceltip.com/st/Cell_Function..._Path/180.html

Remember, you have to save your WB before the change becomes effective.

Regards,
Ryan---


--
RyGuy


"John" wrote:

In a workbook I want to find the workssheet that has a a particular name
in cell C1, make it the active sheet and get the name(tab) of the sheet
into a variable.

Help
JOhn

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 87
Default find a sheet by a cell

=MID(CELL("filename"),FIND("]",CELL("filename"))+1,255)

that's the formula offered in the "Look at this" you offered. It makes
no sense to me. What does "filename" refer to? What is the "]" for?

I want to find where the string "John G" is in a workbook and then save
the name of the worksheet and the location of the cell. What has that
got to do with the formula above?

I found this formula before and it just baffled me. I've never seen an
example of it's use... only the formula.
Thanks
John


ryguy7272 wrote:
Maybe this:

Private Sub Workbook_Open()
Sheets("Sheet1").Activate
End Sub

It needs to go in 'ThisWorkbook', object.

Also, take a look at this:
http://exceltip.com/st/Cell_Function..._Path/180.html

Remember, you have to save your WB before the change becomes effective.

Regards,
Ryan---


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
Can I find a cell with vlookup formula on sheet Steele Excel Worksheet Functions 1 October 10th 08 03:39 AM
Find Value of cell in another sheet DaveM[_2_] Excel Programming 3 June 20th 08 01:34 PM
Find Same Cell... Different Sheet??? Quin Excel Discussion (Misc queries) 4 January 18th 07 02:31 AM
How do i find the last cell range in a sheet Phil Hunt Excel Programming 4 January 30th 04 04:48 PM
How to find first and last cell in a Sheet with an entry Hölzl Otto Excel Programming 2 January 11th 04 05:46 PM


All times are GMT +1. The time now is 01:01 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"