s.no | Register number | name | year |
1 | 001 | Sahul | II |
2 | 002 | Mathesh | II |
3 | 003 | Hari | II |
4 | 004 | Siva | II |
i have a user form which gets FROM and To from the user. Now i need to print that range of value based on the user input ,to the next worksheet. I need VBA code for this function
for example:
input: 'From' =2
'To' =4
S.no | register number | name | year |
2 | 002 | Mathesh | II |
3 | 003 | Hari | II |
4 | 004 | Siva | II |