Input Parameters

azherkn

New Member
Joined
Dec 9, 2014
Messages
1
Hi All,

Am kinda new to excel and VBA programming but i have done some assignments on it to understand the flow, am trying to achieve a module which has following requirement :

I have a excel workbook which has different Sheets say s1,s2 and s3 it has some data in it, I have a requirement where macro prompts user to enter the sheet(s) number in the prompt, based on the input it should print the data present in the respective sheet(s).
ex: if user gives 1 in prompt it should print data present in s1 and if user gives 1,2 in prompt it should print data present in s1 and s2 in separate output files, Code for printing the data is ready but am confused with the logic how to loop through the prompts and print it in the separate output files, kindly help.


Thanks in advance :)
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.

Forum statistics

Threads
1,215,972
Messages
6,127,997
Members
449,414
Latest member
sameri

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