excel - "Update Lookups" prompt Box -


i have simple snippet of code paste down vlookup reference array in workbook. keep getting annoying prompt asking me update lookups.. have made explicitly clear file want , location, why asking me , how may disable prompt , make automatic?

many thanks,

range("f2").select activecell.formular1c1 = _     "=vlookup(rc[-5],'\\linkstation\rrm\campaign creator\raw data generators\rdg\[power event lookups.xlsx]sheet1'!r1c1:r10000c2, 2, false)" range("f2").autofill destination:=range("f2:f" & cells(rows.count, 1).end(xlup).row) 

http://support.microsoft.com/kb/826921

i beleive looking for.

to suppress message , automatically update links when open workbook in excel 2002 or in excel 2003, follow these steps:

1.on tools menu, click options, , click edit tab.  2.click clear ask update automatic links check box.  

to suppress message , automatically update links when open workbook in excel 2007, follow these steps:

1.click microsoft office button, , click excel options. 2.click advanced. 3.under general, click clear ask update automatic links check box. 

Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -