Hi all; I will be grateful if you provide me with a VBA code for the following:
- A dialog will be opened and ask the user to choose the cells (could be separate cells not a regular range)(all cells are numeric values)
- Another dialog will pop up with the cells chosen for the user to confirm.
- A dialog will open to ask the user to choose the destination workbook
- After opening the target workbook, a dialog will open to ask the user to select a sheet and then a cell in that sheet
- In that particular cell, the sum of the chosen cells will appear
- A dialog will pop up asking the user to if he needs to repeat the above in the same opened workbook, if yes then it will go to strep 1 above skipping step 4 but choosing another cell in the target workbook
- If the user prompts to say no, both workbooks will be saved and kept open.