Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hey
The following code finds the last row used (variable STACKEDUP) and find the last column used (variable STACKEDLEFT). STACKEDUP works fine but STACKEDLEFT keeps showing 256 which is column IV. There is no data in this column so why does it keep finding it as the last column with data in it. It should be finding column Z because thats the last column that has data in it. Worksheets("Location View").Select STACKEDUP = Worksheets("Location View").Range("A65536").End (xlUp).Row STACKEDLEFT = Worksheets("Location View").Range("h:h").End (xlToRight).Column Thanks Todd |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
If function not working correctly | Excel Discussion (Misc queries) | |||
VLookup is not working correctly | Excel Worksheet Functions | |||
Code not working within hidden column range | Excel Discussion (Misc queries) | |||
vlookup isn't working correctly? | Excel Discussion (Misc queries) | |||
Why code for find() is not working | Excel Discussion (Misc queries) |