Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have two workbooks that I have open. WorkBook A has data in it. WorkBook
B is blank. If I use this code, I can get the date from WorkBook A Range("A2").Activate RunDate = ActiveCell.Offset(0, 1).Value MsgBox "Run Date " & RunDate I can not figure out how to write the RunDate to the same location in WorkBook B. Another question, how to open a new Workbook with a file name or save it with a file name. Thank you. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Writing to another workbook | Excel Worksheet Functions | |||
Writing data to an excel workbook | Excel Programming | |||
Reading Writing Data from One WorkBook to Another | Excel Programming | |||
Writing to a closed workbook | Excel Programming | |||
Writing to 2nd worksheet in workbook | Excel Programming |