![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Feb 2002
Posts: 429
|
In this sequence where would I put the directory/path
Workbooks.Open Filename:=Lino I am guessing saving to a specific path will be the same. Next question: Once I add a workbook Workbooks.Add I would like to name sheet 1 "Lino" how would I do that ? Thanks for the help. |
|
|
|
|
|
#2 |
|
Guest
Posts: n/a
|
File Opening:
Workbooks.Open Filename:= c:foldersubfolderLino.xls Renaming: Sheets("SHEET1").Name = "LINO" |
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|