Forum home » Delegate support and help forum » Microsoft Excel VBA Training and help » Select column
Select column
Resolved · Low Priority · Version 2003
James has attended:
Excel Advanced course
Excel VBA Intro Intermediate course
Excel VBA Advanced course
Select column
In the macro that I am programing I am using the find function to find a cell in a group of sheets. When I get the cell how do I select the column that it is in?
Thanks
James
For upcoming training course dates see: Pricing & availability
RE: Select column
James,
Activesheet.columns(Selection.column).Select
where Selection is your found cell.
/Roy MacLean
|
