jb
Member
I have a table of 10 rows and one column.
This rows will be filled by user and it is not fixed that how many rows user will fill.
But it is sure that user will not fill more than 10 rows. Data will be unique.
Now for eg. used has filled 5 rows with following data:
ABC
XYZ
PQR
LMN
DEF
Now I have one button "Generate Sheet". I want to generate sheets with name ABC, XYZ, PQR, LMN and DEF for this example when the button is pressed. What will be the coding to perform this task?
This rows will be filled by user and it is not fixed that how many rows user will fill.
But it is sure that user will not fill more than 10 rows. Data will be unique.
Now for eg. used has filled 5 rows with following data:
ABC
XYZ
PQR
LMN
DEF
Now I have one button "Generate Sheet". I want to generate sheets with name ABC, XYZ, PQR, LMN and DEF for this example when the button is pressed. What will be the coding to perform this task?