Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi all, Sure this is a relatively simple one but i'm having trouble (i blame the night befores alcohol intake). I want to send this info to a workbook called "sales" in the c:\ drive into a sheet called "sales". What is the correct way to reference this in the code below:- Sheets("INVOICE").Select Dim lrw As Long, cl As Long lrw = Sheets("sales").Cells(Rows.Count, "A").End(xlUp).Offset(1, 0).Row Sheets("sales").Cells(lrw, 1) = Sheets("invoice").Range("F3") Sheets("Sales").Cells(lrw, 2) = Sheets("invoice").Range("M5") Thanks in advance as usual. Chris -- chris100 ------------------------------------------------------------------------ chris100's Profile: http://www.excelforum.com/member.php...o&userid=25166 View this thread: http://www.excelforum.com/showthread...hreadid=533001 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can a dropdown box reference to another workbook? | Excel Discussion (Misc queries) | |||
Reference workbook name | Excel Worksheet Functions | |||
Reference a workbook with only a partial name | Excel Worksheet Functions | |||
Reference code in another workbook from a calling workbook | Excel Programming | |||
Workbook reference error | Excel Programming |