Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() i need to detect column name showing msgbox of last used range column -- ilyaskaz ----------------------------------------------------------------------- ilyaskazi's Profile: http://www.excelforum.com/member.php...fo&userid=2396 View this thread: http://www.excelforum.com/showthread.php?threadid=38980 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Use: Sub LastColumn_Number() num = ActiveSheet.UsedRange.Columns.Count numq = ActiveSheet.UsedRange.Column - 1 MsgBox num + numq End Su -- david ----------------------------------------------------------------------- davidm's Profile: http://www.excelforum.com/member.php...fo&userid=2064 View this thread: http://www.excelforum.com/showthread.php?threadid=38980 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Good work. but i need column *NAME* and not NUMBER -- ilyaskaz ----------------------------------------------------------------------- ilyaskazi's Profile: http://www.excelforum.com/member.php...fo&userid=2396 View this thread: http://www.excelforum.com/showthread.php?threadid=38980 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find the first or last populated column in a range | Excel Worksheet Functions | |||
Last populated cell in a column | Excel Discussion (Misc queries) | |||
Last populated cell in a column | Excel Discussion (Misc queries) | |||
Referencing last populated cell in a column | Excel Worksheet Functions | |||
how can I find last populated cell in a row (or column) | Excel Programming |