Thread: [Solved] Excel VBA Macros
View Single Post
 
Old 07-18-2015, 10:40 PM
Niclasfa Niclasfa is offline Windows 8 Office 2013
Novice
 
Join Date: Apr 2015
Posts: 13
Niclasfa is on a distinguished road
Default Excel VBA Macros

Hey guys. I am having trouble understanding requirements.

I would appreciate any and all productive guidance feedback, thank you in advance.

So basically these are the excel VBA Macro requirements.

1. Macro mcrImport

to import eight state/territory workbooks each into their own separate sheets in template National. Your macro should accomplish the eight imports using looping. The macro will be attached to the button with caption Import on the Summary sheet.


2. Macro mcrCombine

to combine the eight new sheets into one new sheet called Combined. The data should begin from row 2 in sheet Combined to leave room for column headings. After combining the separate eight sheets, the macro should delete the eight separate state/territory sheets. The macro will be attached to the button with caption Combine on the Summary sheet.


3. Macro mcrValidate

to perform validate and summarise tasks according to the details below. The macro will be attached to the button with caption Validate on the Summary sheet
Reply With Quote