I am using VBA to generate a table.
I do not understand why a formula is showing in one of the columns. It is also an incorrect formula so it mucking up the table. As I made this worksheet up a while ago, I cannot remember how I got the formula there in the first place.
The problem:
At the start, on the worksheet there is only the heading of the table and no formula in any column (nor any values).
I am using two categories on a userform to prefill the data from another table in the spreadsheet using VBA.
However, once I click on the two categories and the table data is populated, an incorrect formula pops up in one column. This over-rides the vba.
When I click the userform "new", all rows except for the headings go away. At this point in time there is NO formula in any column.
I tried deleting the table and making a new table with the same headings (and NO formula). However, when I used my userform and table data was populated, the formula ALSO appeared.
Any ideas on why this is occurring, and more importantly how I stop the pesky formula from appearing?
Thanks
Bookmarks