inserting formula in a range that increments based on user input
Posted by Roger on July 30, 2001 4:21 PM
Hi all,
It's my first post here so forgive my stupidity. First for all the details.
1) using excel 97 (is that laughter I hear? stupid company wont upgrade their software :-( )
2)I have a workbook that is used for collecting test data. It auto numbers all sheets in the workbook with the variables start and finish.
3)on each sheet I would like to have vba place the formula in the cells of a certain column based on start to finish.
4)the formula increments by one
5) as of right now I have a loop that enters a formula but it doesnt increment. and no I'm not using $ signs in the formula.
6)also is there a way if the out put of a formula is #div/0 to display this just as 0 or a blank cell? Cause untill I enter the test data the cells will say div/0
7) then based on the output of the formula I need to conditionally format that range of cells with an upper and lower limit entered in textboxes by the user....
Ok so there is the challenge...Its kicked the crap out of me and the only other guy who knows anything about vb in excel. I've searched the net and haven't found an answer yet. Any help would be greatly appericated.
Roger