Morning all,
Below is what I want to achieve in pseudo code:
1. Copy Formula from Cell
2. Paste Formula into Entirety of Data Table Column
3. Copy & Paste Special Cells in Data Table Columns
4. Repeat from A Different Formulas to A Different Table Column
In principle, this should be very simple, but I'm new to VBA coding and I'm not sure how to handle data column references.
A particular example:
1. Copy =[@Kgs]+1000 from 'Formula' sheet
2. Paste to ProductSpecDB[1000] (table name / column name)
3. Copy&Paste Formulas to ProductSpecDB[1000] (table name / column name)
The reason behind doing this is I have a large workbook which is slow to work with, even with Calculation set to Manual.
Any pointers would be greatThanks, Jonny
![]()
Bookmarks