Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 151
Default set on / on autocalculation

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Advice needed on autocalculation ChrisP Excel Programming 2 August 4th 08 01:13 PM
Disabling Autocalculation when opening CSV files johnmasvou Excel Programming 8 May 6th 08 06:00 PM
Bug? Autocalculation turns itself on... Raffael Excel Discussion (Misc queries) 5 October 19th 06 05:00 PM
AUTOCALCULATION IN EXCEL IS NOT WORKING WHEN FORMULAS ARE COPIED stan k Excel Programming 1 February 7th 05 01:19 AM
Autocalculation settings when multiple spreadsheets open Bryan Linton Excel Programming 2 August 17th 04 11:03 PM


All times are GMT +1. The time now is 04:31 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"