View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
XP XP is offline
external usenet poster
 
Posts: 389
Default VBA to extract sheet name

I am using Office 2003 on Windows XP.

I have a string that looks like: ='Sheet Name'!R22C7

This string is in a variable, so: sSheet = "='Sheet Name'!R22C7"

The length of the sheet name and the cell address changes each time.

I need, in VBA code, to strip out the SHEET NAME only.
Is it possible to do this in a SINGLE LINE of code?

Could someone please post example code that can do this?
Thanks much in advance

Thanks much in advance.