Select active column / row - MrExcel.com | Excel Resources | Excel Seminars | Excel Product

Select active column / row - MrExcel.com | Excel Resources | Excel Seminars | Excel Product

瀏覽:1277
日期:2025-10-06
i need to write two seperate VBA modules; 1. select the active column 2. select the active row ... If you want to keep the cells merged, you could use something like this: Code: Dim MergeRange As Range With Selection .MergeCells = False End With Set ......看更多