SanjayGMusafir
Well-known Member
- Joined
- Sep 7, 2018
- Messages
- 1,503
- Office Version
- 2021
- Platform
- MacOS
Hi Experts
Right now I'm using VBA that goes to an intended column in the same row. Can there be a way where, it can jump within same row to the intended column by table header name, as I keep adding or removing columns to the table and every time I do so, I have modify so many such vba(s)
Right now I'm using -
Right now I'm using VBA that goes to an intended column in the same row. Can there be a way where, it can jump within same row to the intended column by table header name, as I keep adding or removing columns to the table and every time I do so, I have modify so many such vba(s)
Right now I'm using -
Code:
Sheets("Client").Select
Range("AB" & (ActiveCell.Row)).Select