View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] mccullar.michael@gmail.com is offline
external usenet poster
 
Posts: 1
Default Using VBA in Excel to locate a sheet

I want to set up a code to read the contents of a cell and locate the
sheet that matches what's in the cell. For example, if the cell reads
"Home", I want it to locate and open the worksheet named Home. How do
I do this?