Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am working with a multi-sheet excel workbook and have added a
"calculate button" to sheet "A". When I click calculate, I need to pull several seperate sections from sheet "B" and paste accordingly to Sheets "C" "D" "E", etc. I assume this is best suited as a VBA function becasue it should only copy the appropriate rows from Sheet"B" if teh corrosponding check-box on sheet "A" has been market TRUE. Any advice? Has this been done before? Thanks, -M |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() MoneMike wrote: I am working with a multi-sheet excel workbook and have added a "calculate button" to sheet "A". When I click calculate, I need to pull several seperate sections from sheet "B" and paste accordingly to Sheets "C" "D" "E", etc. I assume this is best suited as a VBA function becasue it should only copy the appropriate rows from Sheet"B" if teh corrosponding check-box on sheet "A" has been market TRUE. Any advice? Has this been done before? Thanks, -M Will the sections from sheet B be pasted to the the same cells on the other sheets? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Button to Reveal Hidden Calculation? | Excel Discussion (Misc queries) | |||
Command button to run calculation function | Excel Programming | |||
use "button" to make calculation ignore a cell | Excel Worksheet Functions | |||
Adding .xla button for Toggle Calculation Button | Excel Programming | |||
range.calculation with UDF not working when calculation is set to automatic | Excel Programming |