Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Is there a way to select columns on a numeric (vs alpha) notation? My amount of columns is always changing so I want to reference them by numbers. How can i do this and still get the WHOLE column? This doesnt work... Columns("2:numparts+2").Select Thanks -- McManCSU ------------------------------------------------------------------------ McManCSU's Profile: http://www.excelforum.com/member.php...o&userid=24379 View this thread: http://www.excelforum.com/showthread...hreadid=380629 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Columns(2).Resize(,numparts).Select -- keepITcool | www.XLsupport.com | keepITcool chello nl | amsterdam McManCSU wrote : Is there a way to select columns on a numeric (vs alpha) notation? My amount of columns is always changing so I want to reference them by numbers. How can i do this and still get the WHOLE column? This doesnt work... Columns("2:numparts+2").Select Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I make a column automatically organize the cells numerically? | Excel Worksheet Functions | |||
Spreadsheet columns are displayed numerically instead of alpha | Excel Worksheet Functions | |||
Sorting Numerically | Excel Worksheet Functions | |||
how do i sort a column numerically going from 01-01 to 225-99 | Excel Worksheet Functions | |||
Columns showing numerically | Excel Discussion (Misc queries) |