S
sowetoddid
What would be the appropriate VB command to create a command button tha
completes the following calculations. Next to each row (41, 42, 43...
there can be a button labelled calculate. If the button correspondin
to row 41 is clicked, then its values will be changed. Otherwise the
will remain the same.
For example...to make it simple
GasEvents!N41=ReleaseWorksheet!H26
GasEvents!O41=ReleaseWorksheet!H14
GasEvents!P41=ReleaseWorksheet!H16
GasEvents!Q41=ReleaseWorksheet!H13
GasEvents!W41=ReleaseWorksheet!H40
GasEvents!X41=ReleaseWorksheet!H42
GasEvents!Z41=ReleaseWorksheet!H41
GasEvents!AA41=ReleaseWorksheet!H43
When I click calculate next to row 41, the values in column H should b
populated into the corresponding row 41 cells
When I click calculate next to row 42, the same cells in column H (wit
different numbers) should be populated into 42, without changing wha
is already in 41.
But, if I go back later and correct a mistake for row 41 calculations
I should still be able to click calculate and refill the row.
Hopefully that helps. It seems that would work if I could get help wit
the Visual Basic.
Thanks
completes the following calculations. Next to each row (41, 42, 43...
there can be a button labelled calculate. If the button correspondin
to row 41 is clicked, then its values will be changed. Otherwise the
will remain the same.
For example...to make it simple
GasEvents!N41=ReleaseWorksheet!H26
GasEvents!O41=ReleaseWorksheet!H14
GasEvents!P41=ReleaseWorksheet!H16
GasEvents!Q41=ReleaseWorksheet!H13
GasEvents!W41=ReleaseWorksheet!H40
GasEvents!X41=ReleaseWorksheet!H42
GasEvents!Z41=ReleaseWorksheet!H41
GasEvents!AA41=ReleaseWorksheet!H43
When I click calculate next to row 41, the values in column H should b
populated into the corresponding row 41 cells
When I click calculate next to row 42, the same cells in column H (wit
different numbers) should be populated into 42, without changing wha
is already in 41.
But, if I go back later and correct a mistake for row 41 calculations
I should still be able to click calculate and refill the row.
Hopefully that helps. It seems that would work if I could get help wit
the Visual Basic.
Thanks