Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Can anybody help me with this? I recorded a macro which copies cells value from one open excel file into another excel file where it needs to find the lasy used row, and then copy into cells in the row below it. But the resultant VBA code references actual cell values eg Range("A15658").Select which does not work because next time the macro is run it should be +1 steps might be open worksheet a and Sheets Copy from sheetA, row 10, columnB to worksheetB last used row+1, column A Copy from sheetA, row 10, columnD to worksheetB last used row+1, column B ..... etc Once I sort this out, I have one more query. If I can't sort it out myself, would like to get back to you or the forum again. Many thanks. Talât -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...mming/200912/1 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VAB to copy cell values into new Sheet, Overwrite if needed and based off of Cell Value in a column | Excel Programming | |||
VBA code to copy cell contents from one sheet to another | Excel Worksheet Functions | |||
code to FIND value, copy, paste values onto other sheet | Excel Programming | |||
copy values generated by conditional formula in one sheet to the other work sheet as values | Excel Worksheet Functions | |||
How do I automatically copy cell values from one sheet to another? | Excel Programming |