Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Good Evening,
Thanks for the help to find the row number by code. Tried: c = ActiveCell.Columns This seems to always be the value 0, when this is the the cell from where all is relative. Is there a way to find the columns absolute number ( A = 1 etc). Thanks for help. Brgds CG Rosén |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Close. Lose the s on columns
"CG Rosén" wrote in message ... Good Evening, Thanks for the help to find the row number by code. Tried: c = ActiveCell.Columns This seems to always be the value 0, when this is the the cell from where all is relative. Is there a way to find the columns absolute number ( A = 1 etc). Thanks for help. Brgds CG Rosén |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
You're sooo close. It's Column and not Columns : c = ActiveCell.Column -- HTH. Best wishes Harald Followup to newsgroup only please "CG Rosén" skrev i melding ... Good Evening, Thanks for the help to find the row number by code. Tried: c = ActiveCell.Columns This seems to always be the value 0, when this is the the cell from where all is relative. Is there a way to find the columns absolute number ( A = 1 etc). Thanks for help. Brgds CG Rosén |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
c = ActiveCell.column
without the "s" -- Regards, Tom Ogilvy CG Rosén wrote in message ... Good Evening, Thanks for the help to find the row number by code. Tried: c = ActiveCell.Columns This seems to always be the value 0, when this is the the cell from where all is relative. Is there a way to find the columns absolute number ( A = 1 etc). Thanks for help. Brgds CG Rosén |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I find dups across different columns | Excel Worksheet Functions | |||
Find the differences in 2 columns | Excel Discussion (Misc queries) | |||
Find the top 20 numbers in several columns | Excel Discussion (Misc queries) | |||
Find the first value in a row and sum n columns | Excel Worksheet Functions | |||
find the max in different columns | Excel Discussion (Misc queries) |