Inserting an input request in a recorded macro

GarryWelborn

New Member
Joined
Jun 2, 2014
Messages
6
Hi,

I would like to record a macro which when started asks the user to filter the year from a column before going on to complete the instructions in the macro.


Is this possible and can anyone help please?

Regards

Garry
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
If you have a limited number of years you could use a userform with a combobox. Let the user pick a year and use the input to apply the filter with VBA. Then run the rest of your code.
 
Upvote 0
Hi Arjan,

Thanks for your reply. The year's are limited to three academic year which are 12/13 13/14 and 14/15.

I'm afraid my knowledge on macros is very limited so I do not know how to do as you suggest?

Regards

Garry
 
Upvote 0

Forum statistics

Threads
1,215,987
Messages
6,128,134
Members
449,425
Latest member
NurseRich

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top