Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have used a similar piece of code to find the last row of data by going to the last row in the sheet and then moving up to the last row containing data. I want to do the same albeit go to the far most column then go left to fing the last column with data. Cells(1,Columns.Count).Select takes me to the last column but adjusting to the below, just errors. dim ColNum as Single ColNum = Cells(1,Columns.Count).End(xlLeft).Select Any pointers most welcome. Rob |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Referencing date column A & time column B to get info from column | Excel Discussion (Misc queries) | |||
Search for a column based on the column header and then past data from it to another column in another workbook | Excel Programming | |||
Based on a condition in one column, search for a year in another column, and display data from another column in the same row look | Excel Programming | |||
Based on a condition in one column, search for a year in another column, and display data from another column in the same row look | Excel Discussion (Misc queries) | |||
How can i have all alike product codes in column A be matched with like cities in column B and then add the totals that are in column C | Excel Programming |