Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
set ws1 = worksheet("sheet1")
this is used to set alias for the local worksheet But how to set alias for worksheet located in other excel file? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
one way: ... Dim wbk as workbook Dim wks as worksheet set wbk = workbooks("other workbook.xls") set wks = wbk.worksheets("sheet1") .... -- Regards Frank Kabel Frankfurt, Germany davidc wrote: set ws1 = worksheet("sheet1") this is used to set alias for the local worksheet But how to set alias for worksheet located in other excel file? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Turn off "CALCULATE" on bottom of Excel worksheet. near "Ready" | Excel Discussion (Misc queries) | |||
Selecting "Save As" adds "Copy of" to file name- MS Excel 2007 | Excel Discussion (Misc queries) | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
Lost "File Menu" - now it's "Edit / View / Insert.." but no "F | Excel Discussion (Misc queries) | |||
Utility to "clean up" or "defrag" large Excel file | Excel Discussion (Misc queries) |