All,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
Can someone help me with two macros for my worksheet: HR Planning (the macro only needs to be for this worksheet)<o></o>
<o></o>
One macro to setup Enablecalculation to False and one macro to setup Enablecalculation to true. <o></o>
<o></o>
I am trying with: <o></o>
<o></o>
Macro 1: <o></o>
<o></o>
Sub CalculationFalse<o></o>
ThisWorksheet (HRPlanning). Enablecalculation =False<o></o>
End Sub<o></o>
<o></o>
<o></o>
Marco 2: <o></o>
Sub CalculationTrue
ThisWorksheet (HRPlanning). Enablecalculation =True<o></o>
End Sub<o></o>
<o></o>
But as you can see, I am not a macro user.. J<o></o>
Thanks in advantage,
Best regards
Ellerd
Can someone help me with two macros for my worksheet: HR Planning (the macro only needs to be for this worksheet)<o></o>
<o></o>
One macro to setup Enablecalculation to False and one macro to setup Enablecalculation to true. <o></o>
<o></o>
I am trying with: <o></o>
<o></o>
Macro 1: <o></o>
<o></o>
Sub CalculationFalse<o></o>
ThisWorksheet (HRPlanning). Enablecalculation =False<o></o>
End Sub<o></o>
<o></o>
<o></o>
Marco 2: <o></o>
Sub CalculationTrue
ThisWorksheet (HRPlanning). Enablecalculation =True<o></o>
End Sub<o></o>
<o></o>
But as you can see, I am not a macro user.. J<o></o>
Thanks in advantage,
Best regards
Ellerd