Excel, how to use macros and conditioning.
Solved/Closed
Related:
- Excel, how to use macros and conditioning.
- Excel online macros - Guide
- Unlock excel vba and excel macros - Guide
- Excel mod apk for pc - Download - Spreadsheets
- How to change date format in excel - Guide
- How to copy data from one excel sheet to another - Guide
1 response
TrowaD
Posts
2921
Registration date
Sunday 12 September 2010
Status
Contributor
Last seen
27 December 2022
555
13 Aug 2015 à 11:09
13 Aug 2015 à 11:09
Hi Matt,
Different codes needs to be put in different locations but this is the most common one:
How to implement and run a code:
- From Excel hit Alt + F11 to open the "Microsoft Visual Basic" window.
- Go to the top menu in the newly opened window > Insert > Module.
- Paste the code in the big white field.
- You can now close this window.
- Back at Excel, hit Alt + F8 to display the available macro's.
- Double-click the macro you wish to run.
NOTE: macro's cannot be reversed using the blue arrows. Always make sure you save your file before running a code, so you can reopen your file if something unforeseen happens or you want to go back to the situation before the code was run.
As for your second question, you can try to use the text delimiter (or Text to Columns) found under the Data ribbon.
Try it and let us know if you get stuck.
Best regards,
Trowa
Different codes needs to be put in different locations but this is the most common one:
How to implement and run a code:
- From Excel hit Alt + F11 to open the "Microsoft Visual Basic" window.
- Go to the top menu in the newly opened window > Insert > Module.
- Paste the code in the big white field.
- You can now close this window.
- Back at Excel, hit Alt + F8 to display the available macro's.
- Double-click the macro you wish to run.
NOTE: macro's cannot be reversed using the blue arrows. Always make sure you save your file before running a code, so you can reopen your file if something unforeseen happens or you want to go back to the situation before the code was run.
As for your second question, you can try to use the text delimiter (or Text to Columns) found under the Data ribbon.
Try it and let us know if you get stuck.
Best regards,
Trowa
13 Aug 2015 à 16:25