I need a macro that will create a column called “Store”. Then, the macro should fill all active rows below with the word “admin”.
Any ideas how to get this done?
Thanks a million for helping!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the Macro recorder to get this done, search for macro record in the help. The exact location depends on your Office version
in 2007 follow this instruction http://www.fgcu.edu/support/office2007/Excel/Macros.asp
When you started recording you can open the source file, insert the column, name it and then copy down the values. then stop record
Open the Macro in the Editor using ALT+F11 to make it more general. Use Google “Macro VBA” to learn more about excel macros.
Good luck!