farrukhikram
New Member
- Joined
- Aug 9, 2020
- Messages
- 4
- Office Version
- 2016
- Platform
- Windows
Dears,
I am having a data set with multiple named ranges with each range having one row and 14 columns. Column 'D' of each named range is always filled, where the copy will be required, ranges with blank 'D' column can be ignored.
What I want to do is to loop through each named range and determine the following:
Any help will be highly appreciated.
I am having a data set with multiple named ranges with each range having one row and 14 columns. Column 'D' of each named range is always filled, where the copy will be required, ranges with blank 'D' column can be ignored.
What I want to do is to loop through each named range and determine the following:
- If it is a named range "based on range name as given in column 'B'"
- If the first column "D" is not empty
- If the preceding columns 'E:P' are empty
- Copy The cell (whatever content, formula or value) from column 'D' in all preceding column 'E:P' in that named range.
Any help will be highly appreciated.