VB deleting all my valid references before finished

bcmacuser

New Member
Joined
Sep 7, 2010
Messages
16
Hi, I need the help of a guru because I'm hitting my head over here and nothing I've searched answers this question, I have a bunch of tables in excel that are populated from a stored proc on MS server. I want to delete the table and create a new one each time since as I make changes to the code on the back end all the time for use in other applications. And, I can't keep on updating new copies of the workbook.

I want to use a table array function so that I can easily do v/h lookups without unnecessary clutter.

Here is an example of my array function -

=IFERROR(INDEX(LTV_ORIG[ORIGBALANCE_SUM], MATCH(1, (LTV_ORIG[CUSIP] = SelectedCusip) * (LTV_ORIG[LTV_BUCKET] = "LTV_70_80"), 0)),"")

Now if I add column in the stored proc and rerun the vb the column names switch even though I am actually returning the same column names....

Is there any way that I can tell excel just to chill out and not touch any of the formulas in my spreadsheet? I want to stop it from putting "#REF" when I haven't even finished yet. By the way, enable.calculation = false does not work.

If you know how to keep excel from deleting my formulas before the sub is finished I would be much obliged. Not to sound curt, but if you don't know the answer please don't post unnecessary answers that don't help anyone.

Thanks very much, you guys rock! :)
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest

Forum statistics

Threads
1,223,227
Messages
6,170,849
Members
452,361
Latest member
d3ad3y3

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top