Can any one write a code so to activate a range of cell (say D1:D40) (each cell having a certain formula/function) while opening the worksheet??
Thanks
Raj
Can any one write a code so to activate a range of cell (say D1:D40) (each cell having a certain formula/function) while opening the worksheet??
Thanks
Raj
Hello Raj74,
Here is the VBA code need to trigger calculation of the formulae in the cells...
Sincerely,![]()
Private Worksheet_Open() Range("D1:D40").Calculate End Sub
Leith Ross
Thanks but what i want is to activat a cell' formula (in my case a function which interpolate from a two set of data for a particular value (from a other cell) which is again has circular reference with the cell having the formula.
Problem is that after opening the worksheet the iteration doesn't start, upon activating (formula bar f2 and entering) the cell with the function interpolate , the iteration starts and give the correct value.
next time when i open the same woork sheet, the value lost.
If you can help me. sending u the excel file where col c has to activated to get the result. can it give result without activating each cell (here the cell in col C)
Regards
Raj
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks