H
Hari
Hi,
In VB I want to know the column number of activecell.
I tried
p = Application.WorksheetFunction.Column(ActiveCell)
But im getting Run error 438 . Object doesnt support this property or
method.
I also tried p = Application.WorksheetFunction.Column()
But Im getting the same error.
Please tell me the correct syntax
Regards,
Hari
India
In VB I want to know the column number of activecell.
I tried
p = Application.WorksheetFunction.Column(ActiveCell)
But im getting Run error 438 . Object doesnt support this property or
method.
I also tried p = Application.WorksheetFunction.Column()
But Im getting the same error.
Please tell me the correct syntax
Regards,
Hari
India