tommclernon
New Member
- Joined
- Aug 11, 2018
- Messages
- 4
I am not a VBA coder, and have looked at a lot of different potential solutions, but apparently there is no Boolean code solution.
I have a workbook with many identical worksheets (the data in each may be different, but the layout is identical) what VBA coding would take data from a cell (of the same address) in any "active" sheet of these identical worksheets, and place it in a cell range (column) in another worksheet of the workbook. (populate from whatever worksheet is open only)
I had thought this kind of function would be fairly common, but have not been able to find any VBA code that has a remotely similar function.
Any help will be appreciated.
Thanks
I have a workbook with many identical worksheets (the data in each may be different, but the layout is identical) what VBA coding would take data from a cell (of the same address) in any "active" sheet of these identical worksheets, and place it in a cell range (column) in another worksheet of the workbook. (populate from whatever worksheet is open only)
I had thought this kind of function would be fairly common, but have not been able to find any VBA code that has a remotely similar function.
Any help will be appreciated.
Thanks