Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
lc = Rows(7).Find(What:="*", SearchDirection:=xlPrevious).Column Mike "OffDev" wrote: Hello, This code has worked for finding the last column: lc = ws.cells(7, columns.count).end(xltoleft).column. However, when I used this code for a sheet that has hidden columns it would not work. What would be the correct code in this instance? Please assist. Thanks from OffDev wannabe |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
2007 Worksheet, Hidden Columns, .CSV Format Saves Hidden Column Da | Excel Discussion (Misc queries) | |||
How do you Find with data in hidden columns | Excel Programming | |||
Hidden Columns No Longer Hidden after Copying Worksheet? | Excel Discussion (Misc queries) | |||
Using .Find with Hidden Columns | Excel Programming | |||
How To: VBA Cells.Find(..... also look in hidden columns? | Excel Programming |