Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following code in Worksheet SelectionChange
"Private Sub Worksheet_SelectionChange(ByVal Target As Range) Worksheets(2).Calculate End Sub" This for some reason disallows Paste, PasteSpecial and some other features. Macros having copy and paste fail. I am now trying to have the calculation applicapable to rows 1 to 341. I amended the code to the following, but the recalculation is effective only on row 341. "Private Sub Worksheet_SelectionChange(ByVal Target As Range) Worksheets(2).Rows(341).Calculate End Sub" Any assistance. Thank you Robert |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Multi threaded calculation (multi CPU) - impact on calculation spe | Excel Discussion (Misc queries) | |||
Calculation | Excel Worksheet Functions | |||
How do I use a rounded calculation result in another calculation? | Excel Worksheet Functions | |||
How do I use a rounded calculation result in another calculation? | Excel Worksheet Functions | |||
range.calculation with UDF not working when calculation is set to automatic | Excel Programming |