Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all
I am placing location name in cell c4 of customer listing sheet, where autocalc is set to manual. If the calculation is automatic, immediately the customers for that location will be listed below, as i have put vlookup down there. Since autocal is manual, it is not showing for the new location. pl help - i want to recalculate to set on / show customer by vlookup() / off Sub showthis() Dim sh As Worksheet Set sh = Worksheets("Customer Listing") lukfor = ActiveCell.Value Worksheets("customer listing").Range("c4").Value = lukfor Sheets("Customer Listing").Select sh.Calculate End Sub |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Advice needed on autocalculation | Excel Programming | |||
Disabling Autocalculation when opening CSV files | Excel Programming | |||
Bug? Autocalculation turns itself on... | Excel Discussion (Misc queries) | |||
AUTOCALCULATION IN EXCEL IS NOT WORKING WHEN FORMULAS ARE COPIED | Excel Programming | |||
Autocalculation settings when multiple spreadsheets open | Excel Programming |