Hi everyone
I am not very familiar with Visual Basic and need some help.
I have a table that calculate costs and depreciations based on pre-selected inputs. The inputs are categorized according to the asset in question, numbered from 1-1.000 (representing 1.000 assets in total): Everytime a certain number between 1 and 1.000 is entered in a specific cell (in my case, B17), the rest of the calculation will retrieve the relevant cost inputs from an underlying spreadsheet, e.g. unit costs. This part of the calculations are working fine.
However, I would be pleased if anyone could help me with a simple VBA-formula that:
1) Loops cell B17 from 1 to 1.000
2) Exports the result rows to a sheet within the workbook without overwriting anything.
Thank u.
I am not very familiar with Visual Basic and need some help.
I have a table that calculate costs and depreciations based on pre-selected inputs. The inputs are categorized according to the asset in question, numbered from 1-1.000 (representing 1.000 assets in total): Everytime a certain number between 1 and 1.000 is entered in a specific cell (in my case, B17), the rest of the calculation will retrieve the relevant cost inputs from an underlying spreadsheet, e.g. unit costs. This part of the calculations are working fine.
However, I would be pleased if anyone could help me with a simple VBA-formula that:
1) Loops cell B17 from 1 to 1.000
2) Exports the result rows to a sheet within the workbook without overwriting anything.
Thank u.