mermaidGurl
New Member
- Joined
- Sep 12, 2017
- Messages
- 5
Hi all,
I'm just learning VBA, so I'm struggling with finding the column header "location" and then inserting a column to the right with a column header "radius." I would like to make this so that it loops through all of the worksheets in the workbook.
1-- Function loops through all worksheets in Workbook
2--- find column header
3-- create new column to the right
4-- Name said column
5-- Msg box that shows whether successful not successful
Any help would be greatly appreciated!
I'm just learning VBA, so I'm struggling with finding the column header "location" and then inserting a column to the right with a column header "radius." I would like to make this so that it loops through all of the worksheets in the workbook.
1-- Function loops through all worksheets in Workbook
2--- find column header
3-- create new column to the right
4-- Name said column
5-- Msg box that shows whether successful not successful
Any help would be greatly appreciated!