98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum 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
RE: Select column
James,
Activesheet.columns(Selection.column).Select
where Selection is your found cell.
/Roy MacLean
Training information:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Excel tip:Use the SUBTOTAL function in ExcelYou can create subtotals in your spreadsheet using the SUBTOTAL function, which looks like this: |