Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
External Data Refresh all just for one worksheet | Excel Discussion (Misc queries) | |||
Refresh Data on hidden worksheet <--help please | Excel Programming | |||
Create refresh button in worksheet to refresh Pivot Table Data | Excel Worksheet Functions | |||
How To Refresh Chart Data Without Calculating The Worksheet | Charts and Charting in Excel | |||
How to lock a worksheet and enable the PivotTable refresh data opt | Excel Worksheet Functions |