LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default How do you get Excel to refresh data on Worksheet from within VBA?


How do you get spreadsheet data in Excel to recalculate itself from
within VBA, without the need of just changing a cell value on the
worksheet?



Private Sub Worksheet_SelectionChange(ByVal Target As Range)

With Cells(6, "k")
If Cells(7, "f") = "Open" Then
If Cells(6, "k") <= Cells(7, "d") Then
Cells(7, "f") = "Filled"
End If
End If
End With

End Sub


I have cell: K6 connected to an external price feed that changes
automatically.

Your help on this is greatly appreciated.

Thank you

Mike Stafford


 
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
External Data Refresh all just for one worksheet Andy Excel Discussion (Misc queries) 3 April 23rd 09 03:33 PM
Refresh Data on hidden worksheet <--help please Jim Thomlinson Excel Programming 3 December 13th 07 12:12 AM
Create refresh button in worksheet to refresh Pivot Table Data Ron Excel Worksheet Functions 1 October 13th 07 01:20 AM
How To Refresh Chart Data Without Calculating The Worksheet Carl Bowman Charts and Charting in Excel 5 January 19th 05 09:28 PM
How to lock a worksheet and enable the PivotTable refresh data opt Saariko Excel Worksheet Functions 3 October 31st 04 03:02 PM


All times are GMT +1. The time now is 08:22 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"