Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Excel XP & Win XP
When a wb has only one sheet, the code name of that one sheet may not be "Sheet1" if other sheets have been deleted. If that wb is the active wb I can refer to that one sheet as "ActiveSheet". My question comes when that workbook is not the active wb and I want to paste into that one sheet. How do I refer to that one sheet to paste into it, as in: With wb.Sheets(???) .range("A1").paste End with Thanks for your time. Otto |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
refer to range in another sheet | Excel Discussion (Misc queries) | |||
copied formulas refer to destination sheet not source sheet | Excel Worksheet Functions | |||
How can I refer to sheet number not sheet (name)? | Excel Worksheet Functions | |||
Refer new sheet to previous sheet | Excel Worksheet Functions | |||
Excel VBA (?!)-refer to a cell on Sheet to left of X, based on criteria on Sheet X | Excel Programming |