Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Thanks to both of you for your continued assistance. It looks like the _ is a line terminator ? The first thing I did was make sure the line mentioned on 1 line. Line looks like this - lrow = Workbooks("Feed.xls").Sheets("Sheet1").Cells(Rows. Count, _ "A").End(xlUp).Row When I did this the " _ " before the "A").End(xlUp).Row errored with invalid character and highlighted " _ " so I removed the " _ " and made it look like this lrow = Workbooks("Feed").Sheets("Sheet1").Cells(Rows.COUN T, "A").End(xlUp).Row Now when I debug I get a Compile error: Sub or Function not defined The word "Match" is highlighted. in the following line Columns(2), Match(Workbooks("Feed.xls"). _ Now what? Was I wrong on the whole line? Or is it something else with the command Match? Allen *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
create 1 master list from a combination of rows and columns | Excel Discussion (Misc queries) | |||
Line up rows to corresponding row of larger master list in excel | Excel Worksheet Functions | |||
deleting various rows of cell data throughout the master list tha. | Excel Discussion (Misc queries) | |||
Is it possible to setup a self-updating master list? | Excel Discussion (Misc queries) | |||
updating data in rows from master list | Excel Programming |