c_rahul001
New Member
If we have a variable "Flname" which contains value in a string format and the value is accepted from Input Box then how can we use that variable to name a sheet. Name of the Sheet to be displayed should be the value stored in the variable or the value accepted through Input Box.
Ex. Flname = InputBox("Enter File Name :", "Creating New File...")
Here we accept the filename and it is stored in FLname. How can we use variable Flname and give name to sheet in same workbook.
Ex. Flname = InputBox("Enter File Name :", "Creating New File...")
Here we accept the filename and it is stored in FLname. How can we use variable Flname and give name to sheet in same workbook.