Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Emma, if I follow you:
Dim CountData& Application.Calculation = xlCalculationManual CountData = ActiveSheet.Cells(Rows.Count, "C").End(xlUp).Row Range(Cells(2, 4), Cells(CountData, 5)).Select Range(Cells(2, 4), Cells(CountData, 5)) = "=VLOOKUP(RC[-3],CATALOG,5,FALSE)" Selection.NumberFormat = "$#,##0.00" Application.Calculation = xlCalculationAutomatic HTH--Lonnie M. P.S. VLOOKUP's can be slow in and of themselves, but turning the calculation to manual should help speed up the filling of the cells. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel to pdf taking too long in 2007 | Excel Discussion (Misc queries) | |||
Excel to PDF taking too long | Excel Discussion (Misc queries) | |||
calculation taking too long | Excel Worksheet Functions | |||
taking a long list of duplicates... | Excel Discussion (Misc queries) | |||
Problem with formula - Taking too long for calculation | Excel Programming |