Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi I have 2 Columns in Worksheet....
A B 201 NEB 202 NEB 203 NEB 204 NWB 205 NWB 209 NWB Using formula or Macro how would I create and name new Worksheets named after each Row i.e 201-NEB, 202-NEB 203-NEB, 204-NWB, 205-NWB, 209-NWB. Its simple to do it manually from the above example, but what if I wanted to create 30 worksheets named after each row in Worksheet 1 Once I created a Worksheet... Using Macro or Formula, How would I create a new Column in Worksheet 1, which extracts value from a specific cell from each Worksheet using the Columns above. I attempted using the formula below but with no joy..... ="=""'"&A3&"-"&B3&"'"&"!"&"U8" This result only returns '='203-NEB'!U8 not the value in Cell U8 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
using the Excel generic worksheet names instead of user-given names in code | Excel Discussion (Misc queries) | |||
MAKE A LIST OF NAMES FROM REPEATED NAMES IN THE SAME WORKSHEET | Excel Discussion (Misc queries) | |||
how to copy workbook names and worksheet names to columns in acces | Excel Programming | |||
Can you use worksheet names in macros | Excel Programming | |||
return all worksheet tab names and chart sheet tab names in report - an example | Excel Programming |